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

Function _temp

src/commands/fast/fast.tsx:223–225  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

221 return s_0.fastMode;
222}
223function _temp(s) {
224 return s.mainLoopModel;
225}
226async function handleFastModeShortcut(enable: boolean, getAppState: () => AppState, setAppState: (f: (prev: AppState) => AppState) => void): Promise<string> {
227 const unavailableReason = getFastModeUnavailableReason();
228 if (unavailableReason) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected