MCPcopy Index your code
hub / github.com/endbasic/endbasic / callables_metadata

Method callables_metadata

std/src/lib.rs:302–304  ·  view source on GitHub ↗

Returns metadata for all callables currently registered in the builder.

(&self)

Source from the content-addressed store, hash-verified

300
301 /// Returns metadata for all callables currently registered in the builder.
302 pub fn callables_metadata(&self) -> Rc<RefCell<HashMap<SymbolKey, Rc<CallableMetadata>>>> {
303 self.callables_metadata.clone()
304 }
305
306 /// Registers the given clearable.
307 ///

Callers 2

add_allFunction · 0.80
add_allFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected