feat(graph): implement query methods — topologicalOrder, hasCycles, findCycles, ancestors, descendants, reachableFrom, and call graph queries (filterByStatus, getRoots, children, duration, lineage)
This commit is contained in:
@@ -1 +1,9 @@
|
||||
export { FlowGraph, type FlowGraphOptions } from "./construction.js";
|
||||
export { FlowGraph, type FlowGraphOptions } from "./construction.js";
|
||||
export {
|
||||
topologicalOrder,
|
||||
hasCycles,
|
||||
findCycles,
|
||||
ancestors,
|
||||
descendants,
|
||||
reachableFrom,
|
||||
} from "./queries.js";
|
||||
Reference in New Issue
Block a user