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

Class

darc-js/src/SDK/Node.ts:284–284  ·  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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected