MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / get

Method get

document/graph-storage/src/tests/round_trip.rs:412–414  ·  view source on GitHub ↗
(&self, network_path: &[NodeId], local_id: NodeId)

Source from the content-addressed store, hash-verified

410 }
411
412 fn get(&self, network_path: &[NodeId], local_id: NodeId) -> Option<&UiState> {
413 self.entries.get(&(network_path.to_vec(), local_id))
414 }
415}
416
417impl NodeMetadataSource for TestMetadata {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected