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

Function incrementFrame

src/components/LogoV2/AnimatedClawd.tsx:46–46  ·  view source on GitHub ↗
(i: number)

Source from the content-addressed store, hash-verified

44};
45const FRAME_MS = 60;
46const incrementFrame = (i: number) => i + 1;
47const CLAWD_HEIGHT = 3;
48
49/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected