Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ ret
Function
ret
static/editor.md/lib/codemirror/mode/xquery/xquery.js:75–78 ·
view source on GitHub ↗
(tp, style, cont)
Source
from the content-addressed store, hash-verified
73
var
type
, content;
74
75
function
ret(tp, style, cont) {
76
type
= tp; content = cont;
77
return
style;
78
}
79
80
function
chain(stream, state, f) {
81
state.tokenize = f;
Callers
9
tokenBase
Function · 0.70
tokenComment
Function · 0.70
tokenString
Function · 0.70
tokenVariable
Function · 0.70
tokenTag
Function · 0.70
tokenAttribute
Function · 0.70
tokenXMLComment
Function · 0.70
tokenCDATA
Function · 0.70
tokenPreProcessing
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected