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

Method ID

internal/api/client.go:205–207  ·  view source on GitHub ↗

ID returns the edit ID

()

Source from the content-addressed store, hash-verified

203
204// ID returns the edit ID
205func (e *Edit) ID() string {
206 return e.editID
207}
208
209// Context returns the edit context
210func (e *Edit) Context() context.Context {

Callers 15

runDiffFunction · 0.95
runUploadFunction · 0.80
runListFunction · 0.80
runFindFunction · 0.80
runCreateFunction · 0.80
runGetFunction · 0.80
runUploadFunction · 0.80
runListFunction · 0.80
runGetFunction · 0.80
runUploadFunction · 0.80
runListFunction · 0.80
runGetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected