Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ getCost
Method
getCost
include/runtime/hostfunc.h:48–48 ·
view source on GitHub ↗
Getter for host function cost.
Source
from the content-addressed store, hash-verified
46
47
/// Getter for host function cost.
48
uint64_t getCost() const { return Cost; }
49
50
/// Getter for defined type.
51
const AST::SubType &getDefinedType() const noexcept { return DefType; }
Callers
1
enterFunction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected