MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / get_inner

Method get_inner

python/src/guardrail.rs:87–89  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

85 /// Return the inner config for use by the executor (same-crate only). Not exposed to Python.
86 #[inline]
87 pub(crate) fn get_inner(&self) -> Arc<GuardRailConfig> {
88 Arc::clone(&self.inner)
89 }
90}

Callers 3

executeMethod · 0.80
run_asyncMethod · 0.80
execute_streamingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected