MCPcopy Create free account
hub / github.com/hydro-dev/Hydro /

Class

packages/ui-default/index.ts:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77class SystemConfigSchemaHandler extends Handler {
78 async get() {
79 const schema = convert(Schema.intersect(this.ctx.setting.settings) as any, true);
80 this.response.body = schema;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected