MCPcopy Create free account
hub / github.com/TruthHun/BookStack / typecx

Function typecx

static/editor.md/lib/codemirror/mode/rust/rust.js:169–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168 }
169 function typecx() { cx.state.keywords = typeKeywords; }
170 function valcx() { cx.state.keywords = valKeywords; }
171 poplex.lex = typecx.lex = valcx.lex = true;
172

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected