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

Method Push

src/core/loopStack.go:23–25  ·  view source on GitHub ↗

Push pushes a new element to the stack.

(loop *Loop)

Source from the content-addressed store, hash-verified

21
22// Push pushes a new element to the stack.
23func (s *loopStack) Push(loop *Loop) {
24 s.loops = append(s.loops, loop)
25}

Callers 1

compileLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected