MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / as_str

Method as_str

nodedb-sql/src/dsl_bind.rs:61–63  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

59 }
60
61 pub fn as_str(&self) -> &str {
62 &self.0
63 }
64
65 pub fn into_string(self) -> String {
66 self.0

Callers 8

as_plain_textMethod · 0.45
plan_sqlFunction · 0.45
plan_sql_with_paramsFunction · 0.45
null_paramFunction · 0.45
parseMethod · 0.45
is_reservedFunction · 0.45
check_identifierFunction · 0.45

Calls

no outgoing calls

Tested by 2

null_paramFunction · 0.36