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

Function tokenCommentToEOF

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

Source from the content-addressed store, hash-verified

70 return"comment";
71 }
72 function tokenCommentToEOF(stream){return stream.skipToEnd(),"comment";}
73 function tokenString(stream,state){
74 var escaped=false,next,end=false;
75 while((next=stream.next())){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected