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