Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/
Class
packages/hydrooj/src/model/system.ts:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
{ SYSTEM_SETTINGS } from
'./setting'
;
5
6
class
SystemModelService extends Service {
7
static readonly inject = [
'db'
];
8
static readonly name =
'model:system'
;
9
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected