* Synchronously get the last known merged graph (for instant feedback). * Returns null if no graph has been computed yet. * Use this for immediate UI responses before async operations complete.
()
| 929 | * Use this for immediate UI responses before async operations complete. |
| 930 | */ |
| 931 | getCachedGraphSync(): WorkflowGraph | null { |
| 932 | return this.lastMergedGraph; |
| 933 | } |
| 934 | |
| 935 | /** |
| 936 | * Compute workflows using LLM-assigned workflow names per file, |
no outgoing calls
no test coverage detected