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

Function aToken

static/editor.md/lib/codemirror/mode/erlang/erlang.js:388–393  ·  view source on GitHub ↗
(tok,col,ind,typ)

Source from the content-addressed store, hash-verified

386 }
387
388 function aToken(tok,col,ind,typ) {
389 return {token: tok,
390 column: col,
391 indent: ind,
392 type: typ};
393 }
394
395 function realToken(type,stream) {
396 return aToken(stream.current(),

Callers 2

realTokenFunction · 0.85
fakeTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected