MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / createNodeBackend

Function createNodeBackend

packages/node/src/index.ts:285–287  ·  view source on GitHub ↗
(config: NodeBackendConfig = {})

Source from the content-addressed store, hash-verified

283 * stays aligned automatically.
284 */
285export function createNodeBackend(config: NodeBackendConfig = {}): NodeBackend {
286 return createNodeBackendInternal({ config });
287}

Callers 3

createNodeAppFunction · 0.85

Calls 1

Tested by

no test coverage detected