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

Method info

flow-rs/src/graph/node.rs:50–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48 }
49
50 pub fn info(&self) -> &config::Node {
51 &self.info
52 }
53
54 pub fn info_mut(&mut self) -> &mut config::Node {
55 &mut self.info

Callers 15

__init__Method · 0.45
__init__Method · 0.45
execMethod · 0.45
__init__Method · 0.45
lite.pyFile · 0.45
__init__Method · 0.45
__init__Method · 0.45
execMethod · 0.45
execMethod · 0.45
execMethod · 0.45
__init__Method · 0.45
search_keyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected