MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / getCalendarConfig

Method getCalendarConfig

lib/config.ts:222–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 static async getCalendarConfig(): Promise<Config['calendar']> {
223 await this.loadConfig();
224
225 return this.config.calendar;
226 }
227}

Callers 6

getFunction · 0.80
getFunction · 0.80
getFunction · 0.80
getFunction · 0.80
postFunction · 0.80
calendar.tsFile · 0.80

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected