Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphif/project-graph
/ push
Method
push
packages/data-structures/src/Stack.ts:7–9 ·
view source on GitHub ↗
(item: T)
Source
from the content-addressed store, hash-verified
5
private stack: T[] = [];
6
7
push(item: T): void {
8
this.stack.push(item);
9
}
10
11
pop(): T | undefined {
12
return
this.stack.pop();
Callers
15
computePath
Method · 0.45
computeLines
Method · 0.45
computeFunction
Method · 0.45
extendsTj
Function · 0.45
romberg
Function · 0.45
getCollidePointsWithLine
Method · 0.45
enqueue
Method · 0.45
splitVector
Method · 0.45
enqueue
Method · 0.45
multiGetTail
Method · 0.45
Stack.test.ts
File · 0.45
MonoStack.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected