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

Function _temp

src/commands/btw/btw.tsx:198–200  ·  view source on GitHub ↗

* Build CacheSafeParams for the side question fork. * * The preferred source is getLastCacheSafeParams — the exact * systemPrompt/userContext/systemContext bytes the main thread sent on its * last request (captured in stopHooks). Reusing them guarantees a byte- * identical prefix and thus a pro

(f)

Source from the content-addressed store, hash-verified

196 * --append-system-prompt, coordinator mode).
197 */
198function _temp(f) {
199 return f + 1;
200}
201function stripInProgressAssistantMessage(messages: Message[]): Message[] {
202 const last = messages.at(-1);
203 if (last?.type === 'assistant' && last.message.stop_reason === null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected