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

Method setFile

deps/v8/tools/parse-processor.mjs:174–177  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

172 }
173
174 setFile(name) {
175 this.file = name;
176 this.isNative = name.startsWith('native ');
177 }
178
179 isEmpty() {
180 return this.funktions.length === 0;

Callers 2

processScriptDetailsMethod · 0.80
loadHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected