MCPcopy
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
150interface IAlive {
151 time?: number;
152 host: string;
153 status?: string;
154}
155
156export interface HostData {
157 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected