()
| 1007 | } |
| 1008 | |
| 1009 | function getIsoNow(): string { |
| 1010 | return new Date().toISOString(); |
| 1011 | } |
| 1012 | |
| 1013 | async function runtimePathExists(runtime: Runtime, path: string): Promise<boolean> { |
| 1014 | assert(path.length > 0, "runtimePathExists: path must be non-empty"); |
no outgoing calls
no test coverage detected