MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / listRules

Function listRules

dashboard/src/api/v1.ts:938–942  ·  view source on GitHub ↗
(params?: SessionRuleListParams)

Source from the content-addressed store, hash-verified

936 return typed<any>(openApiV1.listActiveUmos());
937 },
938 listRules(params?: SessionRuleListParams) {
939 return typed<any>(
940 openApiV1.listSessionRules({ query: generatedQuery(params) }),
941 );
942 },
943 upsertRule(payload: SessionRuleRequest) {
944 return typed<any>(openApiV1.upsertSessionRule({ body: payload }));
945 },

Callers

nothing calls this directly

Calls 2

typedFunction · 0.85
generatedQueryFunction · 0.85

Tested by

no test coverage detected