Check if a node ID represents a custom function.
static bool isCustomFunctionNodeId(String nodeId) => _customFunction.matches(nodeId);