This website requires JavaScript.
Explore
Help
Sign In
alkdev
/
flowgraph
Watch
2
Star
0
Fork
0
You've already forked flowgraph
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c57a8558c74487e6b3895296d8aa5bfbf402d3a5
flowgraph
/
test
/
graph
History
glm-5.1
c57a8558c7
Merge branch 'feat/graph-construction-call'
...
# Conflicts: # src/graph/construction.ts # test/graph/construction.test.ts
2026-05-21 22:06:51 +00:00
..
construction.test.ts
Merge branch 'feat/graph-construction-call'
2026-05-21 22:06:51 +00:00
mutation.test.ts
setup: initialize project with package.json, tsconfig, tsup, vitest, src skeleton, and test placeholders
2026-05-21 20:46:10 +00:00
queries.test.ts
feat(graph): implement query methods — topologicalOrder, hasCycles, findCycles, ancestors, descendants, reachableFrom, and call graph queries (filterByStatus, getRoots, children, duration, lineage)
2026-05-21 21:15:58 +00:00
serialization.test.ts
Implement fromJSON, export, toJSON, toString serialization for FlowGraph
2026-05-21 21:51:24 +00:00
validation.test.ts
Implement graph validation functions (validateSchema, validateGraph, validate)
2026-05-21 21:16:34 +00:00