MCPcopy Index your code
hub / github.com/Project-DARC/DARC / expression

Function expression

darc-js/src/SDK/Node.ts:324–326  ·  view source on GitHub ↗
(expressionId:number, nodeParam?:NodeParamStruct | undefined)

Source from the content-addressed store, hash-verified

322}
323
324function expression(expressionId:number, nodeParam?:NodeParamStruct | undefined): Node {
325 return new EXPRESSION(expressionId, nodeParam);
326}
327
328function boolean_true(): Node {
329 return new TRUE();

Callers 15

operation_equalsFunction · 0.90
operation_in_listFunction · 0.90
operator_name_equalsFunction · 0.90
operator_role_equalsFunction · 0.90
operator_address_equalsFunction · 0.90
operator_role_less_thanFunction · 0.90
operator_role_in_rangeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected