Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diem/move
/ struct_handles
Method
struct_handles
language/move-binary-format/src/access.rs:249–251 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
247
}
248
249
fn struct_handles(&self) -> &[StructHandle] {
250
&self.as_script().struct_handles
251
}
252
253
fn function_handles(&self) -> &[FunctionHandle] {
254
&self.as_script().function_handles
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