MCPcopy Index your code
hub / github.com/VanjaRo/LeetCode / Push

Method Push

tasks/150.go:57–59  ·  view source on GitHub ↗
(el int)

Source from the content-addressed store, hash-verified

55}
56
57func (st *Stack) Push(el int) {
58 st.stack = append(st.stack, el)
59}

Callers 1

evalRPNFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected