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