MCPcopy Create free account
hub / github.com/ZyphrZero/z.ai2api_python / init_token_database

Function init_token_database

app/services/token_dao.py:661–664  ·  view source on GitHub ↗

初始化 Token 数据库

()

Source from the content-addressed store, hash-verified

659
660
661async def init_token_database():
662 """初始化 Token 数据库"""
663 dao = get_token_dao()
664 await dao.init_database()

Callers 1

lifespanFunction · 0.90

Calls 2

get_token_daoFunction · 0.85
init_databaseMethod · 0.80

Tested by

no test coverage detected