MCPcopy
hub / github.com/unicity-sphere/sphere-sdk / Pinger

Interface Pinger

core/connectivity.ts:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 * fires per the backoff).
73 */
74export interface Pinger {
75 readonly backend: ConnectivityBackend;
76 ping(signal: AbortSignal): Promise<PingResult>;
77}
78
79// =============================================================================
80// Manager configuration

Callers 2

runProbeInnerMethod · 0.65

Implementers 5

AggregatorPingercore/connectivity.ts
IpfsPingercore/connectivity.ts
NostrPingercore/connectivity.ts
MockPingertests/unit/core/connectivity.test.ts
ConnectivityManagercore/connectivity.ts

Calls

no outgoing calls

Tested by

no test coverage detected