MCPcopy Create free account
hub / github.com/EvoMap/evolver / startProxy

Function startProxy

src/proxy/index.js:1381–1385  ·  view source on GitHub ↗
(opts = {})

Source from the content-addressed store, hash-verified

1379}
1380
1381async function startProxy(opts = {}) {
1382 const proxy = new EvoMapProxy(opts);
1383 const info = await proxy.start();
1384 return { proxy, ...info };
1385}
1386
1387module.exports = {
1388 EvoMapProxy,

Callers 2

mainFunction · 0.85

Calls 1

startMethod · 0.95

Tested by

no test coverage detected