Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ports
Method · 0.80
create_virtual_registers
Method · 0.80
annotate_port_times_and_hints
Method · 0.80
connect_block_params
Method · 0.80
Calls
1
clone
Method · 0.80
Tested by
no test coverage detected