MCPcopy Create free account
hub / github.com/AndroidPoet/playconsole-cli / Tracks

Method Tracks

internal/api/client.go:247–249  ·  view source on GitHub ↗

Tracks returns the tracks service for this edit

()

Source from the content-addressed store, hash-verified

245
246// Tracks returns the tracks service for this edit
247func (e *Edit) Tracks() *androidpublisher.EditsTracksService {
248 return e.client.service.Edits.Tracks
249}
250
251// Bundles returns the bundles service for this edit
252func (e *Edit) Bundles() *androidpublisher.EditsBundlesService {

Callers 13

runDiffFunction · 0.95
runUploadFunction · 0.80
runUploadFunction · 0.80
runGetFunction · 0.80
runListFunction · 0.80
runGetFunction · 0.80
runUpdateFunction · 0.80
runPromoteFunction · 0.80
runHaltFunction · 0.80
runCompleteFunction · 0.80
runInternalListFunction · 0.80
runListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected