Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
isEmpty
Method · 0.95
peek
Method · 0.95
push
Method · 0.45
pop
Method · 0.45
popAt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected