()
| 370 | * visible surface. |
| 371 | */ |
| 372 | export function getBuiltInCommandsForDiagnostics(): Command[] { |
| 373 | return COMMANDS() |
| 374 | } |
| 375 | |
| 376 | export const getCompiledBuiltInCommands = getBuiltInCommandsForDiagnostics |
| 377 |
no outgoing calls
no test coverage detected