Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ineo6/hosts
/ IAlive
Interface
IAlive
src/hosts.ts:150–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
interface
IAlive {
151
time?: number;
152
host: string;
153
status?: string;
154
}
155
156
export
interface
HostData {
157
name: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected