Skip to main content

run

Function run 

Source
pub fn run(query: &str) -> Result<CommandResult>
Expand description

Run cost command (minimal complexity analysis)

ยงErrors

Returns an error if the query cannot be parsed or if complexity analysis fails. Also propagates errors from JSON serialization of the response.