Function carbonLogicMethod

  • A function that can be used as a control-flow method in the Carbon Logic graph system. A node will be dynamically created and registered in the graph system.

    Returns AttributeDecorator<Attribute>

    The carbonLogicMethod requires the inspectableMethod decorator to be present on the function. Otherwise an error will be logged at startup.

    It is important to keep the name of your function constant, otherwise graphs may cease to function as the registration is based on a mangled name, that includes the type and function name.