Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ kw
Function
kw
static/editor.md/lib/codemirror/mode/xquery/xquery.js:21–21 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
19
var
keywords =
function
(){
20
// conveinence functions used to build keywords object
21
function
kw(
type
) {
return
{
type
:
type
, style:
"keyword"
};}
22
var
A = kw(
"keyword a"
)
23
, B = kw(
"keyword b"
)
24
, C = kw(
"keyword c"
)
Callers
1
xquery.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected