MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / getCountingSystemLabel

Function getCountingSystemLabel

src/services/countingGameService.js:256–258  ·  view source on GitHub ↗
(systemKey)

Source from the content-addressed store, hash-verified

254}
255
256export function getCountingSystemLabel(systemKey) {
257 return COUNTING_SYSTEMS[systemKey]?.label || COUNTING_SYSTEMS.decimal.label;
258}
259
260export function getExpectedCountValue(config) {
261 const system = COUNTING_SYSTEMS[config.system] ? config.system : 'decimal';

Callers 1

executeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected