Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tsedio/tsed
/ Server
Class
Server
tools/integration/src/Server.ts:53–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
exclude: [
"**/*.spec.ts"
]
52
})
53
export
class
Server {
54
@Inject()
55
protected app: PlatformApplication;
56
57
@Configuration()
58
protected settings: Configuration;
59
}
Callers
nothing calls this directly
Calls
2
Inject
Function · 0.90
Configuration
Function · 0.90
Tested by
no test coverage detected