Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
661
async
def
init_token_database():
662
""
"初始化 Token 数据库"
""
663
dao = get_token_dao()
664
await dao.init_database()
Callers
1
lifespan
Function · 0.90
Calls
2
get_token_dao
Function · 0.85
init_database
Method · 0.80
Tested by
no test coverage detected