MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / false

Function false

tests/js/quint.js:25–28  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

23 if (x !== true) throw new Error(`'${x}' is not true`);
24 },
25 false(x)
26 {
27 if (x !== false) throw new Error(`'${x}' is not false`);
28 },
29 same(a, b)
30 {
31 if (a !== b) throw new Error(`'${a}' does not equal to '${b}'`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected