Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ addValue
Method
addValue
include/validator/component_context.h:340–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
return Idx < V.size() ? V[Idx] : nullptr;
339
}
340
uint32_t addValue() noexcept { return getCurrentContext().ValueCount++; }
341
342
// ==========================================================================
343
// Validation state
Callers
1
validate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected