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

Function truthy

static/editor.md/lib/codemirror/mode/erlang/erlang.js:593–595  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

591 }
592
593 function truthy(x) {
594 return (x !== false) && (x != null);
595 }
596
597/////////////////////////////////////////////////////////////////////////////
598// this object defines the mode

Callers 5

indenterFunction · 0.85
wordafterFunction · 0.85
postcommaTokenFunction · 0.85
defaultTokenFunction · 0.85
getTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected