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

Method get

include/common/async.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 bool valid() const noexcept { return Future.valid(); }
49
50 T get() const { return Future.get(); }
51
52 void wait() const { Future.wait(); }
53

Callers 14

getTypeMethod · 0.45
getCoreTypeMethod · 0.45
getTypeMethod · 0.45
FunctionInstanceClass · 0.45
addDefinedTypeMethod · 0.45
newArrayMethod · 0.45
newStructMethod · 0.45
newExceptionMethod · 0.45
unsafeAddInstanceMethod · 0.45
unsafeAddHostInstanceMethod · 0.45
addFunctionMethod · 0.45
addComponentInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected