MCPcopy Create free account
hub / github.com/akyoto/q / Pop

Method Pop

src/core/loopStack.go:18–20  ·  view source on GitHub ↗

Pop removes an element from the stack.

()

Source from the content-addressed store, hash-verified

16
17// Pop removes an element from the stack.
18func (s *loopStack) Pop() {
19 s.loops = s.loops[:len(s.loops)-1]
20}
21
22// Push pushes a new element to the stack.
23func (s *loopStack) Push(loop *Loop) {

Callers 1

compileLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected