MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / toolbarTestState

Struct toolbarTestState

test/ui_runtime_parity_test.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type toolbarTestState struct {
19 turns int
20 input int
21 output int
22 yolo bool
23}
24
25func (s toolbarTestState) TurnCountValue() int { return s.turns }
26func (s toolbarTestState) TokenTotals() (int, int) { return s.input, s.output }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected