Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diem/move
/ current_function
Method
current_function
language/move-bytecode-verifier/src/stack_usage_verifier.rs:222–224 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
220
}
221
222
fn current_function(&self) -> FunctionDefinitionIndex {
223
self.current_function.unwrap_or(FunctionDefinitionIndex(0))
224
}
225
}
Callers
1
verify_block
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected