Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ singleQuote
Function
singleQuote
static/editor.md/lib/codemirror/mode/erlang/erlang.js:329–331 ·
view source on GitHub ↗
(stream)
Source
from the content-addressed store, hash-verified
327
}
328
329
function
singleQuote(stream) {
330
return
quote(stream,
'\'
','
\\');
331
}
332
333
function
quote(stream,quoteChar,escapeChar) {
334
while
(!stream.eol()) {
Callers
1
tokenizer
Function · 0.85
Calls
1
quote
Function · 0.85
Tested by
no test coverage detected