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

Method Context

internal/api/client.go:91–93  ·  view source on GitHub ↗

Context returns a context with timeout

()

Source from the content-addressed store, hash-verified

89
90// Context returns a context with timeout
91func (c *Client) Context() (context.Context, context.CancelFunc) {
92 return context.WithTimeout(context.Background(), c.timeout)
93}
94
95// Apps returns the applications service
96func (c *Client) Apps() *androidpublisher.ApplicationsService {

Callers 15

CreateEditMethod · 0.95
GetEditMethod · 0.95
runListFunction · 0.95
runGrantFunction · 0.95
runRevokeFunction · 0.95
runWaitFunction · 0.95
runListFunction · 0.95
runGetFunction · 0.95
runCreateFunction · 0.95
runUpdateFunction · 0.95
runDeleteFunction · 0.95
runCreateFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected