MCPcopy Create free account
hub / github.com/Zleap-AI/SAG / fallbackPosition

Function fallbackPosition

web/src/components/ProjectGraphFlow.tsx:517–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

515}
516
517function fallbackPosition(): GraphPosition {
518 return {
519 x: 0,
520 y: 0,
521 angle: 0,
522 radius: 0
523 };
524}
525
526function placeEventsOnOuterRings(input: {
527 events: ProjectGraphEventRecord[];

Callers 1

buildVisibleGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected