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

Method Context

internal/api/client.go:210–212  ·  view source on GitHub ↗

Context returns the edit context

()

Source from the content-addressed store, hash-verified

208
209// Context returns the edit context
210func (e *Edit) Context() context.Context {
211 return e.ctx
212}
213
214// Validate validates the edit
215func (e *Edit) Validate() error {

Callers 15

runDiffFunction · 0.95
CreateEditMethod · 0.45
GetEditMethod · 0.45
ValidateMethod · 0.45
CommitMethod · 0.45
DeleteMethod · 0.45
runListFunction · 0.45
runGrantFunction · 0.45
runRevokeFunction · 0.45
runUploadFunction · 0.45
runListFunction · 0.45
runFindFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected