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

Function _temp8

src/screens/Doctor.tsx:542–549  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

540 return v_0.status !== "valid";
541}
542function _temp8(v) {
543 const value = process.env[v.name];
544 const result = validateBoundedIntEnvVar(v.name, value, v.default, v.upperLimit);
545 return {
546 name: v.name,
547 ...result
548 };
549}
550function _temp7(error) {
551 return error.mcpErrorMetadata === undefined;
552}

Callers

nothing calls this directly

Calls 1

validateBoundedIntEnvVarFunction · 0.85

Tested by

no test coverage detected