Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inline documentation #138

Merged
merged 2 commits into from
Dec 13, 2023
Merged

Add inline documentation #138

merged 2 commits into from
Dec 13, 2023

Conversation

rageagainsthepc
Copy link
Member

No description provided.

vmicore/src/include/vmicore/plugins/IPluginConfig.h Outdated Show resolved Hide resolved
/**
* Only useful if using a gRPC connection, does nothing otherwise. Will send an inmemory scanner detection event
* via a gRPC channel.
*/
virtual void sendInMemDetectionEvent(std::string_view message) const = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Not part of this PR, but I think we should replace this with a more plugin agnostic version.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, you could create an issue for that.

@rageagainsthepc rageagainsthepc force-pushed the inline-documentation branch 2 times, most recently from 407caa0 to 879fc49 Compare December 7, 2023 10:05
Copy link

sonarqubecloud bot commented Dec 8, 2023

[VMICore] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rageagainsthepc rageagainsthepc merged commit 415c625 into main Dec 13, 2023
5 checks passed
@rageagainsthepc rageagainsthepc deleted the inline-documentation branch December 13, 2023 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants