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

Function _temp

src/hooks/notifs/useFastModeNotification.tsx:151–153  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

149 };
150}
151function _temp(s) {
152 return s.fastMode;
153}
154function getCooldownMessage(reason: CooldownReason, resetIn: string): string {
155 switch (reason) {
156 case 'overloaded':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected