Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetypeOS/parcode
/ from_node
Method
from_node
src/reader.rs:522–524 ·
view source on GitHub ↗
(node: &ChunkNode<'_>)
Source
from the content-addressed store, hash-verified
520
T: ParcodeItem,
521
{
522
fn from_node(node: &ChunkNode<'_>) -> Result<Self> {
523
node.decode_parallel_collection()
524
}
525
}
526
527
impl<K, V> ParcodeNative for HashMap<K, V>
Callers
nothing calls this directly
Calls
6
decode_parallel_collection
Method · 0.80
read_raw
Method · 0.80
decode
Method · 0.80
children
Method · 0.80
len
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected