Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
285
export
function
createNodeBackend(config: NodeBackendConfig = {}): NodeBackend {
286
return
createNodeBackendInternal({ config });
287
}
Callers
3
createNodeApp
Function · 0.85
terminal-io-contract-target.ts
File · 0.85
config_guards.test.ts
File · 0.85
Calls
1
createNodeBackendInternal
Function · 0.85
Tested by
no test coverage detected