MCPcopy Create free account
hub / github.com/PleasureTools/joyBox / constructor

Method constructor

backend/Src/Settings.ts:12–14  ·  view source on GitHub ↗
(private storage: SqliteAdapter)

Source from the content-addressed store, hash-verified

10 private instanceQuota!: number;
11 private downloadSpeedQuota!: number;
12 public constructor(private storage: SqliteAdapter) {
13 this.Load();
14 }
15 public get StorageQuota() { return this.storageQuota; }
16 public set StorageQuota(quota: number) {
17 this.UpdateProperty(Settings.STORAGE_QUOTA_PROP, quota);

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.95

Tested by

no test coverage detected