MCPcopy Create free account
hub / github.com/axe-api/axe-api / onBeforePatchQuery.ts

File onBeforePatchQuery.ts

packages/integrations/app/v1/Hooks/User/onBeforePatchQuery.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { IBeforePatchQueryContext } from "axe-api";
2
3export default async ({ res }: IBeforePatchQueryContext) => {
4 res.header("x-custom-hook", "onBeforePatchQuery");

Callers

nothing calls this directly

Calls 1

headerMethod · 0.45

Tested by

no test coverage detected