MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / message

Method message

crates/gitql-parser/src/diagnostic.rs:94–96  ·  view source on GitHub ↗

Return the Diagnostic message

(&self)

Source from the content-addressed store, hash-verified

92
93 /// Return the Diagnostic message
94 pub fn message(&self) -> &String {
95 &self.message
96 }
97
98 /// Return the diagnostic source location span
99 pub fn location(&self) -> Option<SourceLocation> {

Callers 1

select_commitsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected