MCPcopy Create free account
hub / github.com/openclaw/gogcli / Slides

Method Slides

internal/googleapi/factory.go:164–166  ·  view source on GitHub ↗
(ctx context.Context, account string)

Source from the content-addressed store, hash-verified

162}
163
164func (f Factory) Slides(ctx context.Context, account string) (*slides.Service, error) {
165 return NewSlides(f.withAuth(ctx), account)
166}
167
168func (f Factory) Tasks(ctx context.Context, account string) (*tasks.Service, error) {
169 return NewTasks(f.withAuth(ctx), account)

Callers 1

slidesServiceFunction · 0.80

Calls 2

withAuthMethod · 0.95
NewSlidesFunction · 0.85

Tested by

no test coverage detected