Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Function · 0.80
get
Function · 0.80
get
Function · 0.80
get
Function · 0.80
post
Function · 0.80
calendar.ts
File · 0.80
Calls
1
loadConfig
Method · 0.95
Tested by
no test coverage detected