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

Method isEmpty

deps/v8/tools/turbolizer/src/selection/selection-map.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 public isEmpty(): boolean {
19 return this.selection.size == 0;
20 }
21
22 public clear(): void {
23 this.selection = new Map<string, any>();

Calls

no outgoing calls

Tested by

no test coverage detected