MCPcopy Create free account
hub / github.com/parse-community/parse-server / booleanOrFunctionParser

Function booleanOrFunctionParser

src/Options/parsers.js:71–76  ·  view source on GitHub ↗
(opt)

Source from the content-addressed store, hash-verified

69}
70
71function booleanOrFunctionParser(opt) {
72 if (typeof opt === 'function') {
73 return opt;
74 }
75 return booleanParser(opt);
76}
77
78function nullParser(opt) {
79 if (opt == 'null') {

Callers

nothing calls this directly

Calls 1

booleanParserFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…