MCPcopy
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

getFullPathMethod · 0.45
removeKeyMethod · 0.45
hasKeyMethod · 0.45
stripSpaceFunction · 0.45
parseTemplateFunction · 0.45
nestTokensFunction · 0.45
kFunction · 0.45
marked.min.jsFile · 0.45
parseFrameMethod · 0.45
line.jsFile · 0.45
canonicalizeFunction · 0.45
buildValuesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected