MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / ReportContent

Class ReportContent

src/detector/report.rs:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#[allow(dead_code)]
14#[derive(Debug, Serialize)]
15pub struct ReportContent<D> {
16 pub bug_kind: String,
17 pub possibility: String,
18 pub diagnosis: D,
19 pub explanation: String,
20}
21
22impl<D: std::fmt::Debug> ReportContent<D> {
23 pub fn new(bug_kind: String, possibility: String, diagnosis: D, explanation: String) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected