MCPcopy Create free account
hub / github.com/Noumena-Network/code / getPreflightEndpoints

Function getPreflightEndpoints

src/utils/preflightChecks.tsx:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export function getPreflightEndpoints(): string[] {
45 return getPreflightEndpointChecks().map(endpoint => endpoint.url);
46}
47
48async function checkEndpoints(): Promise<PreflightCheckResult> {
49 try {

Callers 1

Calls 1

Tested by

no test coverage detected