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

Function id

static/editor.md/lib/codemirror/mode/jade/jade.js:351–355  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

349 }
350
351 function id(stream) {
352 if (stream.match(/^#([\w-]+)/)) {
353 return ID;
354 }
355 }
356
357 function className(stream) {
358 if (stream.match(/^\.([\w-]+)/)) {

Callers 1

nextTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected