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

Method update

deps/v8/tools/profile.mjs:86–90  ·  view source on GitHub ↗
(url, source)

Source from the content-addressed store, hash-verified

84 }
85
86 update(url, source) {
87 this.url = url;
88 this.name = Script.getShortestUniqueName(url, this);
89 this.source = source;
90 }
91
92 get length() {
93 return this.source.length;

Callers

nothing calls this directly

Calls 1

getShortestUniqueNameMethod · 0.80

Tested by

no test coverage detected