MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / get

Method get

src/api/APIRouter.ts:45–47  ·  view source on GitHub ↗
(pattern: string, handler: RouteHandler)

Source from the content-addressed store, hash-verified

43 }
44
45 get(pattern: string, handler: RouteHandler): void {
46 this.register("GET", pattern, handler);
47 }
48
49 post(pattern: string, handler: RouteHandler): void {
50 this.register("POST", pattern, handler);

Callers

nothing calls this directly

Calls 1

registerMethod · 0.95

Tested by

no test coverage detected