MCPcopy
hub / github.com/strukto-ai/mirage / OpenDir

Interface OpenDir

integ/ssh.ts:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29interface OpenDir {
30 entries: fs.Dirent[];
31 path: string;
32 done: boolean;
33}
34
35function statusFor(err: unknown): number {
36 const code = (err as { code?: string }).code;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected