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

Method put

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

Source from the content-addressed store, hash-verified

51 }
52
53 put(pattern: string, handler: RouteHandler): void {
54 this.register("PUT", pattern, handler);
55 }
56
57 delete(pattern: string, handler: RouteHandler): void {
58 this.register("DELETE", pattern, handler);

Callers

nothing calls this directly

Calls 1

registerMethod · 0.95

Tested by

no test coverage detected