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

Method isCompiledFunction

include/runtime/instance/function.h:79–81  ·  view source on GitHub ↗

Check whether this is a compiled function.

Source from the content-addressed store, hash-verified

77
78 /// Check whether this is a compiled function.
79 bool isCompiledFunction() const noexcept {
80 return std::holds_alternative<Symbol<CompiledFunction>>(Data);
81 }
82
83 /// Check whether this is a host function.
84 bool isHostFunction() const noexcept {

Callers 4

enterFunctionMethod · 0.80
proxyRefGetFuncSymbolMethod · 0.80
compiledStackTraceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected