MCPcopy
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

22type jsonStack []stackItem
23
24func (s *jsonStack) push(item stackItem) {
25 *s = append(*s, item)
26}
27
28func (s *jsonStack) pop() stackItem {
29 if len(*s) == 0 {

Callers 15

repairJsonFunction · 0.95
buildEndFunction · 0.80
dfsFunction · 0.80
getWorkspaceMenuFunction · 0.80
makeFileMenuFunction · 0.80
makeAppMenuItemsFunction · 0.80
makeFullAppMenuFunction · 0.80
convertMenuDefArrToMenuFunction · 0.80
_queueActionInternalMethod · 0.80
relaunchBrowserWindowsFunction · 0.80
createBuilderWindowFunction · 0.80
pruneOldLogsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected