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

Function _temp2

src/hooks/useLspPluginRecommendation.tsx:182–190  ·  view source on GitHub ↗
(current)

Source from the content-addressed store, hash-verified

180 return t4;
181}
182function _temp2(current) {
183 if (current.lspRecommendationDisabled) {
184 return current;
185 }
186 return {
187 ...current,
188 lspRecommendationDisabled: true
189 };
190}
191function _temp(s) {
192 return s.fileHistory.trackedFiles;
193}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected