Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ insert
Method
insert
lib/driver/fuzzPO.cpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void insert(const Key &K, Value V) { Table[static_cast<UnsignedKey>(K)] = V; }
33
34
const Value &at(const Key &K) const {
35
return Table[static_cast<UnsignedKey>(K)];
Callers
15
resolvePath
Method · 0.80
toLLVMArgsType
Function · 0.80
validate
Method · 0.80
AddImportedName
Method · 0.80
checkSubtypeDepth
Function · 0.80
BoyerMooreHorspoolSearcher
Method · 0.80
Tool
Function · 0.80
generateCoredump
Function · 0.80
createCore
Function · 0.80
createCorestack
Function · 0.80
createCoremodules
Function · 0.80
loadSection
Method · 0.80
Calls
no outgoing calls
Tested by
11
ExternSTLSetInsert
Function · 0.64
TEST
Function · 0.64
generateWasmWithSubtypeChain
Function · 0.64
prefixedVec
Function · 0.64
prefixedVec
Function · 0.64
prefixedVec
Function · 0.64
prefixedVec
Function · 0.64
prefixedVec
Function · 0.64
prefixedVec
Function · 0.64
TEST
Function · 0.64
TestGroup
Method · 0.64