MCPcopy Create free account
hub / github.com/TruthHun/BookStack / chain

Function chain

static/editor.md/lib/codemirror/mode/tiddlywiki/tiddlywiki.js:69–72  ·  view source on GitHub ↗
(stream, state, f)

Source from the content-addressed store, hash-verified

67 reUntilCodeStop = /.*?\}\}\}/;
68
69 function chain(stream, state, f) {
70 state.tokenize = f;
71 return f(stream, state);
72 }
73
74 // Used as scratch variables to communicate multiple values without
75 // consing up tons of objects.

Callers 1

jsTokenBaseFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected