MCPcopy
hub / github.com/entropic-dev/entropic / get

Function get

services/common/boltzmann/router.js:31–31  ·  view source on GitHub ↗
(path, fn)

Source from the content-addressed store, hash-verified

29}
30
31const get = (path, fn) => ['GET', path, fn];
32const put = (path, fn) => ['PUT', path, fn];
33const del = (path, fn) => ['DELETE', path, fn];
34const post = (path, fn) => ['POST', path, fn];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected