MCPcopy Create free account
hub / github.com/gpujs/gpu.js / getIdentifiers

Method getIdentifiers

src/backend/function-tracer.js:88–95  ·  view source on GitHub ↗
(run)

Source from the content-addressed store, hash-verified

86 }
87
88 getIdentifiers(run) {
89 const trackedIdentifiers = this.trackedIdentifiers = [];
90 this.pushState(states.trackIdentifiers);
91 run();
92 this.trackedIdentifiers = null;
93 this.popState(states.trackIdentifiers);
94 return trackedIdentifiers;
95 }
96
97 /**
98 * @param {string} name

Callers 1

scanMethod · 0.95

Calls 3

pushStateMethod · 0.95
popStateMethod · 0.95
runFunction · 0.50

Tested by

no test coverage detected