Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diem/move
/ function_instantiations
Method
function_instantiations
language/move-binary-format/src/access.rs:257–259 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
255
}
256
257
fn function_instantiations(&self) -> &[FunctionInstantiation] {
258
&self.as_script().function_instantiations
259
}
260
261
fn signatures(&self) -> &[Signature] {
262
&self.as_script().signatures
Callers
nothing calls this directly
Implementers
1
access.rs
language/move-binary-format/src/access
Calls
1
as_script
Method · 0.80
Tested by
no test coverage detected