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

Function buildCtx

test/evolveHub.test.js:57–68  ·  view source on GitHub ↗
(overrides)

Source from the content-addressed store, hash-verified

55}
56
57function buildCtx(overrides) {
58 return {
59 signals: ['log_error'],
60 recentEvents: [],
61 recentMasterLog: 'log',
62 memorySnippet: 'mem',
63 genes: [],
64 skipHubCalls: false,
65 lastHubFetchMs: 0,
66 ...overrides,
67 };
68}
69
70const REDIRECT_ENV_KEYS = [
71 'EVOLVER_REPO_ROOT',

Callers 1

evolveHub.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected