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

Method isPublicFileSharingAllowed

lib/config.ts:188–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 static async isPublicFileSharingAllowed(): Promise<boolean> {
189 await this.loadConfig();
190
191 return this.config.files.allowPublicSharing;
192 }
193
194 static async areDirectoryDownloadsAllowed(): Promise<boolean> {
195 await this.loadConfig();

Callers 15

getFunction · 0.80
postFunction · 0.80
postFunction · 0.80
postFunction · 0.80
postFunction · 0.80
getFunction · 0.80
getFunction · 0.80
postFunction · 0.80
getFunction · 0.80
listMethod · 0.80
searchNamesMethod · 0.80
listMethod · 0.80

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected