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

Method isEmpty

deps/v8/tools/splaytree.mjs:51–53  ·  view source on GitHub ↗

* @return {boolean} Whether the tree is empty.

()

Source from the content-addressed store, hash-verified

49 * @return {boolean} Whether the tree is empty.
50 */
51 isEmpty() {
52 return this.root_ === null;
53 }
54
55 /**
56 * Inserts a node into the tree with the specified key and value if

Callers 9

insertMethod · 0.95
removeMethod · 0.95
findMethod · 0.95
findMinMethod · 0.95
findMaxMethod · 0.95
findGreatestLessThanMethod · 0.95
splay_Method · 0.95
timeline.mjsFile · 0.45
splaytree.mjsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected