MCPcopy
hub / github.com/graphif/project-graph / pop

Method pop

packages/data-structures/src/Stack.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 pop(): T | undefined {
12 return this.stack.pop();
13 }
14
15 /**
16 * 获取栈顶元素,不弹出

Callers 15

Stack.test.tsFile · 0.45
MonoStack.test.tsFile · 0.45
MediaUrlDialogContentFunction · 0.45
parseMarkdownToJSONFunction · 0.45
absolute2fileFunction · 0.45
dirPathFunction · 0.45
getEmojiAndNameByPathFunction · 0.45
parentMethod · 0.45
nameWithoutExtMethod · 0.45
titleMethod · 0.45
onUpgradeOldJsonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected