Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
import
{ SettingsStatic } from
'../utils/settings'
6
7
export
const
appFactory = () => {
8
return
new
App(process, cluster, SettingsStatic.createSettings)
9
}
Callers
2
app-factory.spec.ts
File · 0.90
getRunner
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected