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

Class EXPRESSION

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

Source from the content-addressed store, hash-verified

282}
283
284class EXPRESSION extends Node {
285 constructor(expressionId:number, nodeParam?:NodeParamStruct | undefined) {
286 super();
287 this.expressionId = expressionId;
288 if (nodeParam) {
289 this.nodeParam = nodeParam;
290 }
291 this.type = "EXPRESSION";
292 }
293}
294
295class TRUE extends Node {
296 constructor() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected