MCPcopy
hub / github.com/CaviraOSS/OpenMemory / add

Function add

backend/src/server/server.js:113–113  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

111 return null;
112 };
113 const add = (a, b, c) => { ROUTES.push({ method: a.toUpperCase(), path: b, handler: c }); };
114 const use = (a) => { WARES.push(a); };
115 const listen = (a, b) => { SERVER.setTimeout(10000); SERVER.listen(a, b); };
116 const all = (a, b) => { add('ALL', a, b); };

Callers 2

allFunction · 0.85
serverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected