()
| 406 | } |
| 407 | |
| 408 | function getCurrentFileConfig(): ProjectConfig { |
| 409 | return storeState.fileConfig ?? { schemaVersion: 1 }; |
| 410 | } |
| 411 | |
| 412 | function applySessionDefaultsPatchToFileConfig(opts: { |
| 413 | fileConfig: ProjectConfig; |
no outgoing calls
no test coverage detected