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

Function build

test/proxyServer.test.js:503–503  ·  view source on GitHub ↗
(raw)

Source from the content-addressed store, hash-verified

501describe('EvoMapProxy._buildBundleFromLooseAsset', () => {
502 const { EvoMapProxy } = require('../src/proxy');
503 const build = (raw) => EvoMapProxy.prototype._buildBundleFromLooseAsset.call({}, raw);
504
505 it('turns a loose MCP asset into a Hub-valid Gene+Capsule bundle', () => {
506 const { gene, capsule } = build({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected