MCPcopy
hub / github.com/meteor/meteor / isTrue

Function isTrue

packages/logic-solver/logic_tests.js:1446–1448  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1444
1445Tinytest.add("logic-solver - evaluate", function (test) {
1446 var isTrue = function (x) {
1447 test.isTrue(x === true); // require exact "true"
1448 };
1449 var isFalse = function (x) {
1450 test.isFalse(x !== false); // require exact "false"
1451 };

Callers 1

logic_tests.jsFile · 0.85

Calls 1

isTrueMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…