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

Method getBytes

deps/v8/tools/parse-processor.mjs:704–706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

702 }
703
704 getBytes() {
705 return this.end - this.start;
706 }
707
708 getOwnBytes() {
709 return this.ownBytes;

Callers 1

finalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected