Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
const
{ STATUS_CODE, flagsToString } = ssh2.utils.sftp;
24
25
interface
OpenFile {
26
fd: number;
27
}
28
29
interface
OpenDir {
30
entries: fs.Dirent[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected