Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AstrBotDevs/AstrBot
/ schema
Function
schema
dashboard/src/api/v1.ts:328–330 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
326
327
export
const
configProfileApi = {
328
schema() {
329
return
typed<OpenConfig>(openApiV1.getConfigProfileSchema());
330
},
331
list() {
332
return
typed<{ info_list: OpenConfig[] }>(openApiV1.listConfigProfiles());
333
},
Callers
nothing calls this directly
Calls
1
typed
Function · 0.85
Tested by
no test coverage detected