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

Method add_help

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

Add new help to the current list

(mut self, help: &str)

Source from the content-addressed store, hash-verified

75
76 /// Add new help to the current list
77 pub fn add_help(mut self, help: &str) -> Self {
78 self.helps.push(help.to_owned());
79 self
80 }
81
82 /// Set Docs url
83 pub fn with_docs(mut self, docs: &str) -> Self {

Callers 15

parse_describe_queryFunction · 0.80
parse_show_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_term_expressionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected