MCPcopy Create free account
hub / github.com/anomalyco/opencode / circleV2

Function circleV2

packages/app/src/components/session-context-usage.tsx:118–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 </div>
117 )
118 const circleV2 = () => (
119 <div class="flex items-center justify-center">
120 <ProgressCircleV2 percentage={context()?.usage ?? 0} />
121 </div>
122 )
123
124 const tooltipValue = () => (
125 <div class="flex w-[120px] flex-col gap-2">

Callers 1

SessionContextUsageFunction · 0.85

Calls 1

contextFunction · 0.70

Tested by

no test coverage detected