MCPcopy Create free account
hub / github.com/diem/move / is_native

Method is_native

language/move-prover/bytecode/src/function_target.rs:155–157  ·  view source on GitHub ↗

Returns true if this function is native.

(&self)

Source from the content-addressed store, hash-verified

153
154 /// Returns true if this function is native.
155 pub fn is_native(&self) -> bool {
156 self.func_env.is_native()
157 }
158
159 /// Returns true if this function is marked as intrinsic
160 pub fn is_intrinsic(&self) -> bool {

Callers 15

handle_call_functionMethod · 0.45
fmtMethod · 0.45
processMethod · 0.45
mark_inlinedMethod · 0.45
processMethod · 0.45
mark_inlinedFunction · 0.45
processMethod · 0.45
processMethod · 0.45
processMethod · 0.45
executeMethod · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by 3

processMethod · 0.36
processMethod · 0.36