MCPcopy Create free account
hub / github.com/SharpCoder/teensycore / invoke

Method invoke

src/system/closure.rs:37–39  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

35 }
36
37 pub fn invoke(&self) {
38 (self.method)(self.arg);
39 }
40}
41
42#[cfg(test)]

Callers 2

testFunction · 0.80
test2Function · 0.80

Calls

no outgoing calls

Tested by 2

testFunction · 0.64
test2Function · 0.64