MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

checkin/checkin.ts:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 save(partial: Partial<CheckInConfig>): void {
86 this.data = { ...this.data, ...partial };
87 try {
88 fs.writeFileSync(this.configPath, JSON.stringify(this.data, null, 2), "utf-8");
89 } catch (e) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected