( config: MagicContextConfig, )
| 436 | } |
| 437 | |
| 438 | export function resolveDreamerFromConfig( |
| 439 | config: MagicContextConfig, |
| 440 | ): DreamerConfig | undefined { |
| 441 | return config.dreamer?.disable === true ? undefined : config.dreamer; |
| 442 | } |
| 443 | |
| 444 | /** |
| 445 | * Pi extension default export. Called once per Pi session. |
no outgoing calls
no test coverage detected