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

Class FALSE

darc-js/src/SDK/Node.ts:302–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302class FALSE extends Node {
303 constructor() {
304 super();
305 this.type = "FALSE";
306 }
307}
308
309// below are wrapper functions for all the nodes above
310// so that user can initialize the nodes without using new keyword

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected