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

Function getExpectedCountValue

src/services/countingGameService.js:260–263  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

258}
259
260export function getExpectedCountValue(config) {
261 const system = COUNTING_SYSTEMS[config.system] ? config.system : 'decimal';
262 return COUNTING_SYSTEMS[system].toString(config.nextNumber || 1);
263}
264
265export function isValidCountingMessage(content, config) {
266 const trimmed = content.trim();

Callers 1

executeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected