Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 418 Bytes

File metadata and controls

21 lines (12 loc) · 418 Bytes

Home > @datashaper/workflow > Graph > validate

Graph.validate() method

Verify that the graph is a valid dag (no cycles)

Signature:

validate(): void;

Returns:

void

Exceptions

  • if graph is cyclic