MCPcopy Create free account
hub / github.com/Project-DARC/DARC / boolean_false

Function boolean_false

darc-js/src/SDK/Node.ts:332–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330}
331
332function boolean_false(): Node {
333 return new FALSE();
334}
335
336function node(): Node {
337 return new Node();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected