MCPcopy Create free account
hub / github.com/nodejs/node / deprecate

Method deprecate

deps/v8/tools/system-analyzer/log/map.mjs:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 deprecate() {
100 this._isDeprecated = true;
101 }
102
103 isRoot() {
104 return this.edge === undefined || this.edge.from === undefined;

Calls

no outgoing calls

Tested by

no test coverage detected