MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / add_warning

Method add_warning

graphlite/src/exec/result.rs:90–92  ·  view source on GitHub ↗

Add a warning to the query result

(&mut self, warning: String)

Source from the content-addressed store, hash-verified

88
89 /// Add a warning to the query result
90 pub fn add_warning(&mut self, warning: String) {
91 self.warnings.push(warning);
92 }
93
94 /// Check if there are any warnings
95 pub fn has_warnings(&self) -> bool {

Callers 3

execute_modificationMethod · 0.45
execute_modificationMethod · 0.45
execute_modificationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected