MCPcopy Create free account
hub / github.com/cameri/nostream / appFactory

Function appFactory

src/factories/app-factory.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import { SettingsStatic } from '../utils/settings'
6
7export const appFactory = () => {
8 return new App(process, cluster, SettingsStatic.createSettings)
9}

Callers 2

getRunnerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected