MCPcopy 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

resolvePathMethod · 0.80
toLLVMArgsTypeFunction · 0.80
validateMethod · 0.80
AddImportedNameMethod · 0.80
checkSubtypeDepthFunction · 0.80
ToolFunction · 0.80
generateCoredumpFunction · 0.80
createCoreFunction · 0.80
createCorestackFunction · 0.80
createCoremodulesFunction · 0.80
loadSectionMethod · 0.80

Calls

no outgoing calls

Tested by 11

ExternSTLSetInsertFunction · 0.64
TESTFunction · 0.64
prefixedVecFunction · 0.64
prefixedVecFunction · 0.64
prefixedVecFunction · 0.64
prefixedVecFunction · 0.64
prefixedVecFunction · 0.64
prefixedVecFunction · 0.64
TESTFunction · 0.64
TestGroupMethod · 0.64