Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ IsNonTypedRef
Method
IsNonTypedRef
include/wabt/type.h:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
bool IsReferenceWithIndex() const { return EnumIsReferenceWithIndex(enum_); }
119
120
bool IsNonTypedRef() const {
121
return EnumIsNonTypedRef(enum_);
122
}
123
124
bool IsNullableNonTypedRef() const {
125
assert(EnumIsNonTypedRef(enum_));
Callers
2
Var
Method · 0.80
WriteType
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected