Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chc4/lineiform
/ output_count
Method
output_count
tangle/src/node.rs:195–197 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
193
unimplemented!();
194
}
195
fn output_count(&self) -> usize {
196
unimplemented!();
197
}
198
}
199
200
impl Node {
Callers
nothing calls this directly
Implementers
1
node.rs
tangle/src/node.rs
Calls
no outgoing calls
Tested by
no test coverage detected