MCPcopy Create free account
hub / github.com/base/base / add_ons

Method add_ons

crates/execution/node/src/node.rs:350–352  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

348 }
349
350 fn add_ons(&self) -> Self::AddOns {
351 self.add_ons_builder().build()
352 }
353}
354
355impl<N> DebugNode<N> for BaseNode

Callers 3

startMethod · 0.45

Calls 2

buildMethod · 0.45
add_ons_builderMethod · 0.45