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

Function slidesService

internal/cmd/runtime_services.go:392–398  ·  view source on GitHub ↗
(ctx context.Context, account string)

Source from the content-addressed store, hash-verified

390}
391
392func slidesService(ctx context.Context, account string) (*slides.Service, error) {
393 runtime, err := runtimeWithService(ctx, "slides")
394 if err != nil || runtime.Services.Slides == nil {
395 return nil, serviceError(err, "slides")
396 }
397 return runtime.Services.Slides(ctx, account)
398}
399
400func zoomMeetingClient(ctx context.Context, alias string) (app.ZoomMeetingClient, error) {
401 if googleapi.ReadOnly(ctx) {

Callers 15

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
runSlidesTextBatchFunction · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 3

runtimeWithServiceFunction · 0.85
serviceErrorFunction · 0.85
SlidesMethod · 0.80

Tested by 1