MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / returnsFalse

Function returnsFalse

test/expressions/logicalOperator.js:61–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 const result = await evaluate(async () => {
60 let rhsCalled = false
61 const returnsFalse = () => Promise.resolve(false)
62 const rhs = () => { rhsCalled = true; return true }
63 const r = await _hyperscript("returnsFalse() and rhs()", {locals: {returnsFalse, rhs}})
64 return { result: r, rhsCalled }

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected