A Read using the filesystem branch.
(entry: MakaPiToolEntry)
| 422 | |
| 423 | /** A Read using the filesystem branch. */ |
| 424 | function isFilesystemReadPath(entry: MakaPiToolEntry): boolean { |
| 425 | return readInputPath(entry) !== undefined; |
| 426 | } |
| 427 | |
| 428 | /** A Read using the runtime-resource branch (background-task output, etc.). */ |
| 429 | function isRuntimeResourceRead(entry: MakaPiToolEntry): boolean { |
no test coverage detected