MCPcopy Index your code
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / size

Method size

chapter03/util/Stack.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 size() {
18 return this._data.length;
19 }
20
21 isEmpty() {
22 return this.size() == 0;

Callers 5

isEmptyMethod · 0.95
peekMethod · 0.95
pushMethod · 0.45
popMethod · 0.45
popAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected