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

Function _temp2

src/components/agents/ColorPicker.tsx:106–108  ·  view source on GitHub ↗
(prev_0)

Source from the content-addressed store, hash-verified

104 return t8;
105}
106function _temp2(prev_0) {
107 return prev_0 < COLOR_OPTIONS.length - 1 ? prev_0 + 1 : 0;
108}
109function _temp(prev) {
110 return prev > 0 ? prev - 1 : COLOR_OPTIONS.length - 1;
111}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected