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

Function run

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

Source from the content-addressed store, hash-verified

125 if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
126 t1 = () => {
127 const run = async function run() {
128 const checkResult = await checkEndpoints();
129 setResult(checkResult);
130 setIsChecking(false);
131 };
132 run();
133 };
134 t2 = [];

Callers 1

PreflightStepFunction · 0.70

Calls 1

checkEndpointsFunction · 0.85

Tested by

no test coverage detected