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

Method getTag

include/runtime/instance/exception.h:36–36  ·  view source on GitHub ↗

Getter for the referenced tag instance.

Source from the content-addressed store, hash-verified

34
35 /// Getter for the referenced tag instance.
36 TagInstance *getTag() const noexcept { return TgInst; }
37
38 /// Getter for the captured argument values.
39 const std::vector<ValVariant> &getPayload() const noexcept { return Data; }

Callers 1

runThrowRefOpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected