MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp2

Function _temp2

src/hooks/notifs/useLspInitializationNotification.tsx:134–139  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

132 React.useEffect(t3, t4);
133}
134function _temp2(e) {
135 if (e.type === "generic-error") {
136 return `generic-error:${e.source}:${e.error}`;
137 }
138 return `${e.type}:${e.source}`;
139}
140function _temp() {
141 return isEnvTruthy("true");
142}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected