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

Method Listings

internal/api/client.go:262–264  ·  view source on GitHub ↗

Listings returns the listings service for this edit

()

Source from the content-addressed store, hash-verified

260
261// Listings returns the listings service for this edit
262func (e *Edit) Listings() *androidpublisher.EditsListingsService {
263 return e.client.service.Edits.Listings
264}
265
266// Images returns the images service for this edit
267func (e *Edit) Images() *androidpublisher.EditsImagesService {

Callers 5

runDiffFunction · 0.95
runListFunction · 0.80
runGetFunction · 0.80
runUpdateFunction · 0.80
runSyncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected