Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
45
const FRAME_MS = 60;
46
const incrementFrame = (i: number) => i + 1;
47
const CLAWD_HEIGHT = 3;
48
49
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected