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

Interface OpenFile

integ/ssh.ts:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23const { STATUS_CODE, flagsToString } = ssh2.utils.sftp;
24
25interface OpenFile {
26 fd: number;
27}
28
29interface OpenDir {
30 entries: fs.Dirent[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected