MCPcopy 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
527impl<K, V> ParcodeNative for HashMap<K, V>

Callers

nothing calls this directly

Calls 6

read_rawMethod · 0.80
decodeMethod · 0.80
childrenMethod · 0.80
lenMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected