MCPcopy
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / push

Function push

assets/js/infixevaluator.js:41–45  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

39}
40
41function push(e)
42{
43 topp++;
44 stackarr[topp]=e;
45}
46
47function pop()
48{

Callers 5

postfixevaluatorFunction · 0.70
InfixtoPostfixFunction · 0.70
showMethod · 0.70
showMethod · 0.70
showMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected