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

Method getCode

include/ast/component/canonical.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 CanonOpt() noexcept : Code(ComponentCanonOptCode::Encode_UTF8), Idx(0) {}
41
42 ComponentCanonOptCode getCode() const noexcept { return Code; }
43 void setCode(const ComponentCanonOptCode C) noexcept { Code = C; }
44
45 uint32_t getIndex() const noexcept { return Idx; }

Callers 2

matchTypeMethod · 0.45
isRecTypeEqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected