MCPcopy
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
327export 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

typedFunction · 0.85

Tested by

no test coverage detected