MCPcopy Index your code
hub / github.com/codeaashu/claude-code / run

Function run

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

Source from the content-addressed store, hash-verified

88 if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
89 t1 = () => {
90 const run = async function run() {
91 const checkResult = await checkEndpoints();
92 setResult(checkResult);
93 setIsChecking(false);
94 };
95 run();
96 };
97 t2 = [];

Callers 1

PreflightStepFunction · 0.70

Calls 1

checkEndpointsFunction · 0.85

Tested by

no test coverage detected