MCPcopy
hub / github.com/AstrBotDevs/AstrBot / runtime

Function runtime

dashboard/src/api/v1.ts:388–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

386 return typed<OpenConfig>(openApiV1.getSystemConfig());
387 },
388 runtime() {
389 return typed<OpenConfig>(openApiV1.getSystemConfigRuntime());
390 },
391 update(config: OpenConfig, requestConfig?: AxiosRequestConfig) {
392 return typed<OpenConfig>(
393 openApiV1.updateSystemConfig(

Callers

nothing calls this directly

Calls 1

typedFunction · 0.85

Tested by

no test coverage detected