MCPcopy Create free account
hub / github.com/chc4/lineiform / sources

Method sources

tangle/src/node.rs:222–224  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

220 }
221
222 pub fn sources(&self) -> Vec<PortIdx> {
223 self.inputs.clone()
224 }
225
226 pub fn ports(&self) -> Vec<PortIdx> {
227 let mut p = self.sources();

Callers 4

portsMethod · 0.80
connect_block_paramsMethod · 0.80

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected