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

Method isEmpty

deps/v8/tools/system-analyzer/timeline.mjs:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 isEmpty() {
112 return this.size() === 0;
113 }
114
115 size() {
116 return this._values.length;

Callers 2

pushMethod · 0.95
forEachChunkSizeMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected