Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nwutils/nw-sample-apps
/ ret
Function
ret
mini-code-edit/cm/mode/xquery/xquery.js:84–87 ·
view source on GitHub ↗
(tp, style, cont)
Source
from the content-addressed store, hash-verified
82
var
type
, content;
83
84
function
ret(tp, style, cont) {
85
type
= tp; content = cont;
86
return
style;
87
}
88
89
function
chain(stream, state, f) {
90
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