MCPcopy Create free account
hub / github.com/RetypeOS/parcode / execute

Method execute

src/rt.rs:44–46  ·  view source on GitHub ↗
(&self, children_refs: &[ChildRef])

Source from the content-addressed store, hash-verified

42 J: SerializationJob<'a> + ?Sized,
43{
44 fn execute(&self, children_refs: &[ChildRef]) -> Result<Vec<u8>> {
45 self.inner.execute(children_refs)
46 }
47
48 fn estimated_size(&self) -> usize {
49 self.inner.estimated_size()

Callers 2

execute_graph_serialFunction · 0.45
process_nodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected