Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ _temp2
Function
_temp2
src/hooks/notifs/useFastModeNotification.tsx:145–150 ·
view source on GitHub ↗
(prev)
Source
from the content-addressed store, hash-verified
143
};
144
}
145
function _temp2(prev) {
146
return {
147
...prev,
148
fastMode: false
149
};
150
}
151
function _temp(s) {
152
return s.fastMode;
153
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected