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

Method GetPackageName

internal/api/client.go:86–88  ·  view source on GitHub ↗

GetPackageName returns the package name

()

Source from the content-addressed store, hash-verified

84
85// GetPackageName returns the package name
86func (c *Client) GetPackageName() string {
87 return c.packageName
88}
89
90// Context returns a context with timeout
91func (c *Client) Context() (context.Context, context.CancelFunc) {

Callers 15

runUploadFunction · 0.95
runListFunction · 0.95
runFindFunction · 0.95
runWaitFunction · 0.95
runUploadFunction · 0.95
runListFunction · 0.95
runGetFunction · 0.95
runListFunction · 0.95
runGetFunction · 0.95
runCreateFunction · 0.95
runUpdateFunction · 0.95
runDeleteFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected