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

Function realToken

static/editor.md/lib/codemirror/mode/erlang/erlang.js:395–400  ·  view source on GitHub ↗
(type,stream)

Source from the content-addressed store, hash-verified

393 }
394
395 function realToken(type,stream) {
396 return aToken(stream.current(),
397 stream.column(),
398 stream.indentation(),
399 type);
400 }
401
402 function fakeToken(type) {
403 return aToken(type,0,0,type);

Callers 1

rvalFunction · 0.85

Calls 1

aTokenFunction · 0.85

Tested by

no test coverage detected