Relative paths of all non-dotfile files under the root, sorted.
()
| 251 | ensureRoot(): Promise<void>; |
| 252 | /** Relative paths of all non-dotfile files under the root, sorted. */ |
| 253 | listFiles(): Promise<string[]>; |
| 254 | kind(relPath: string): Promise<MemoryEntryKind>; |
| 255 | /** |
| 256 | * Read at most `maxBytes` from the head of the file. Index/hot-set builds |
no outgoing calls
no test coverage detected