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

Method HostFunctionBase

include/runtime/hostfunc.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class HostFunctionBase {
31public:
32 HostFunctionBase() = delete;
33 HostFunctionBase(const uint64_t FuncCost)
34 : DefType(AST::FunctionType()), Cost(FuncCost) {}
35 virtual ~HostFunctionBase() = default;

Callers

nothing calls this directly

Calls 1

FunctionTypeClass · 0.85

Tested by

no test coverage detected