Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test
Function · 0.80
test2
Function · 0.80
Calls
no outgoing calls
Tested by
2
test
Function · 0.64
test2
Function · 0.64