MCPcopy Create free account
hub / github.com/BaseXdb/basex / push

Method push

basex-core/src/main/java/org/basex/util/list/IntList.java:200–202  ·  view source on GitHub ↗

Pushes an element onto the stack. @param element element

(final int element)

Source from the content-addressed store, hash-verified

198 * @param element element
199 */
200 public void push(final int element) {
201 add(element);
202 }
203
204 /**
205 * Searches the specified element via binary search.

Callers 15

optimizeMethod · 0.95
nodeMethod · 0.95
pushStateStackFunction · 0.45
xml.jsFile · 0.45
spaceStrFunction · 0.45
codemirror.jsFile · 0.45
signalCursorActivityFunction · 0.45
getBetweenFunction · 0.45
getLinesFunction · 0.45
highlightLineFunction · 0.45
takeTokenFunction · 0.45
removeMarkedSpanFunction · 0.45

Calls 1

addMethod · 0.95

Tested by

no test coverage detected