Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ push
Method
push
pkg/util/utilfn/partial.go:24–26 ·
view source on GitHub ↗
(item stackItem)
Source
from the content-addressed store, hash-verified
22
type
jsonStack []stackItem
23
24
func
(s *jsonStack) push(item stackItem) {
25
*s = append(*s, item)
26
}
27
28
func
(s *jsonStack) pop() stackItem {
29
if
len(*s) == 0 {
Callers
15
repairJson
Function · 0.95
buildEnd
Function · 0.80
dfs
Function · 0.80
getWorkspaceMenu
Function · 0.80
makeFileMenu
Function · 0.80
makeAppMenuItems
Function · 0.80
makeFullAppMenu
Function · 0.80
convertMenuDefArrToMenu
Function · 0.80
_queueActionInternal
Method · 0.80
relaunchBrowserWindows
Function · 0.80
createBuilderWindow
Function · 0.80
pruneOldLogs
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected