MCPcopy
hub / github.com/holaboss-ai/holaOS / buildTestRuntimeApiServer

Function buildTestRuntimeApiServer

runtime/api-server/src/app.test.ts:119–130  ·  view source on GitHub ↗
(options: BuildRuntimeApiServerOptions)

Source from the content-addressed store, hash-verified

117}
118
119function buildTestRuntimeApiServer(options: BuildRuntimeApiServerOptions) {
120 return buildRuntimeApiServer({
121 queueWorker: null,
122 durableMemoryWorker: null,
123 cronWorker: null,
124 bridgeWorker: null,
125 recallEmbeddingBackfillWorker: null,
126 enableAppHealthMonitor: false,
127 startAppsOnReady: false,
128 ...options,
129 });
130}
131
132async function createZipBuffer(
133 entries: Array<{ path: string; content: string | Buffer; mode?: number }>

Callers 1

app.test.tsFile · 0.85

Calls 1

buildRuntimeApiServerFunction · 0.85

Tested by

no test coverage detected