Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenBMB/AgentVerse
/ pop
Method
pop
ui/src/phaser3-rex-plugins/plugins/utils/struct/Stack.js:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
pop() {
12
return
(this.items.length > 0) ? this.items.pop() : null;
13
}
14
15
push(l) {
16
this.items.push(l);
Callers
15
getFullPath
Method · 0.45
removeKey
Method · 0.45
hasKey
Method · 0.45
stripSpace
Function · 0.45
parseTemplate
Function · 0.45
nestTokens
Function · 0.45
k
Function · 0.45
marked.min.js
File · 0.45
parseFrame
Method · 0.45
line.js
File · 0.45
canonicalize
Function · 0.45
buildValues
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected