Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
MonoStack.test.ts
File · 0.45
MediaUrlDialogContent
Function · 0.45
parseMarkdownToJSON
Function · 0.45
absolute2file
Function · 0.45
dirPath
Function · 0.45
relativePathToAbsolutePath
Function · 0.45
getEmojiAndNameByPath
Function · 0.45
parent
Method · 0.45
nameWithoutExt
Method · 0.45
title
Method · 0.45
onUpgradeOldJson
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected