MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / isWasmFunction

Method isWasmFunction

include/runtime/instance/function.h:74–76  ·  view source on GitHub ↗

Check whether this is a native wasm function.

Source from the content-addressed store, hash-verified

72
73 /// Check whether this is a native wasm function.
74 bool isWasmFunction() const noexcept {
75 return std::holds_alternative<WasmFunction>(Data);
76 }
77
78 /// Check whether this is a compiled function.
79 bool isCompiledFunction() const noexcept {

Callers 1

interpreterStackTraceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected