MCPcopy Index your code
hub / github.com/nodejs/node / set

Method set

deps/v8/tools/system-analyzer/log/map.mjs:187–193  ·  view source on GitHub ↗
(id, map)

Source from the content-addressed store, hash-verified

185 }
186
187 static set(id, map) {
188 if (this.cache.has(id)) {
189 this.cache.get(id).push(map);
190 } else {
191 this.cache.set(id, [map]);
192 }
193 }
194
195 static get propertyNames() {
196 return [

Callers 15

SetMethod · 0.45
loadSymbolsRemoteMethod · 0.45
_setRemoteQueryParamsMethod · 0.45
setDispatchTableMethod · 0.45
_addSourcePositionMethod · 0.45
getShortestUniqueNameMethod · 0.45
addScriptSourceMethod · 0.45
infoMethod · 0.45
setMetricsMethod · 0.45
processScriptEventMethod · 0.45
constructorMethod · 0.45

Calls 3

hasMethod · 0.65
getMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected