Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
export function getPreflightEndpoints(): string[] {
45
return getPreflightEndpointChecks().map(endpoint => endpoint.url);
46
}
47
48
async function checkEndpoints(): Promise<PreflightCheckResult> {
49
try {
Callers
1
preflightChecks.test.ts
File · 0.85
Calls
1
getPreflightEndpointChecks
Function · 0.85
Tested by
no test coverage detected