MCPcopy Create free account
hub / github.com/Rfym21/Qwen2API / createDefaultStats

Function createDefaultStats

src/utils/account.js:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 * 默认 daily stats 结构。返回新对象,调用方安全修改
10 * @returns {Object} default stats
11 */
12const createDefaultStats = () => ({
13 chat: { input: 0, output: 0 },
14 cli: { calls: 0, input: 0, output: 0 }
15})
16
17/**

Callers 3

ensureStatsFunction · 0.85
addAccountMethod · 0.85
addAccountWithTokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected