MCPcopy
hub / github.com/codedogQBY/ReadAny / push

Function push

packages/foliate-js/epubcfi.js:31–31  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

29 escape,
30 value = "";
31 const push = (x) => (tokens.push(x), (state = null), (value = ""));
32 const cat = (x) => ((value += x), (escape = false));
33 for (const char of Array.from(str.trim()).concat("")) {
34 if (char === "^" && !escape) {

Callers 1

tokenizerFunction · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected