MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / is_null

Method is_null

graphlite/src/storage/value.rs:310–312  ·  view source on GitHub ↗

Check if value is null

(&self)

Source from the content-addressed store, hash-verified

308
309 /// Check if value is null
310 pub fn is_null(&self) -> bool {
311 matches!(self, Value::Null)
312 }
313
314 /// Get the type name of this value
315 pub fn type_name(&self) -> &'static str {

Callers 15

graphlite_openFunction · 0.80
graphlite_create_sessionFunction · 0.80
graphlite_queryFunction · 0.80
graphlite_close_sessionFunction · 0.80
graphlite_free_stringFunction · 0.80
graphlite_closeFunction · 0.80
set_errorFunction · 0.80
evaluate_binary_opMethod · 0.80
execute_ddl_operationMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected