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

Method with_function_registry

graphlite/src/exec/context.rs:121–124  ·  view source on GitHub ↗

Set the function registry

(mut self, function_registry: Arc<FunctionRegistry>)

Source from the content-addressed store, hash-verified

119
120 /// Set the function registry
121 pub fn with_function_registry(mut self, function_registry: Arc<FunctionRegistry>) -> Self {
122 self.function_registry = Some(function_registry);
123 self
124 }
125
126 /// Get the user session from session provider
127 pub fn get_session(&self) -> Option<Arc<std::sync::RwLock<UserSession>>> {

Callers 5

execute_modificationMethod · 0.80
execute_modificationMethod · 0.80
execute_modificationMethod · 0.80
execute_modificationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected