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

Function _temp

src/screens/REPL.tsx:523–525  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

521 return setFrame_0(_temp);
522}
523function _temp(f) {
524 return (f + 1) % TITLE_ANIMATION_FRAMES.length;
525}
526export type Props = {
527 commands: Command[];
528 debug: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected