MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / keys

Method keys

flow-rs/src/resource/collection.rs:83–85  ·  view source on GitHub ↗

Get all keys

(&self)

Source from the content-addressed store, hash-verified

81 }
82 /// Get all keys
83 pub fn keys(&self) -> Vec<String> {
84 self.resources.keys().cloned().collect()
85 }
86}

Callers 6

newMethod · 0.45
initializeMethod · 0.45
global_resFunction · 0.45
execMethod · 0.45
createMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected