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

Method add_note

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

Add new note to the current list

(mut self, note: &str)

Source from the content-addressed store, hash-verified

69
70 /// Add new note to the current list
71 pub fn add_note(mut self, note: &str) -> Self {
72 self.notes.push(note.to_owned());
73 self
74 }
75
76 /// Add new help to the current list
77 pub fn add_help(mut self, help: &str) -> Self {

Callers 15

parse_describe_queryFunction · 0.80
parse_select_queryFunction · 0.80
parse_select_statementFunction · 0.80
parse_from_optionFunction · 0.80
parse_where_statementFunction · 0.80
parse_having_statementFunction · 0.80
parse_qualify_statementFunction · 0.80
parse_case_expressionFunction · 0.80
parse_interval_literalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected