MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / canShareTask

Method canShareTask

packages/cloud/src/CloudService.ts:335–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333 }
334
335 public async canShareTask(): Promise<boolean> {
336 this.ensureInitialized()
337 return this.shareService!.canShareTask()
338 }
339
340 public async canSharePublicly(): Promise<boolean> {
341 this.ensureInitialized()

Callers 1

Calls 1

ensureInitializedMethod · 0.95

Tested by

no test coverage detected