MCPcopy Create free account
hub / github.com/PaddlePaddle/PaddleCloud / ErrorCreateObject

Method ErrorCreateObject

pkg/sampleset/ctrls/base_controller.go:224–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222}
223
224func (r *Resource) ErrorCreateObject() string {
225 return "ErrorCreate" + r.Name
226}
227
228func (r *Resource) ErrorDeleteObject() string {
229 return "ErrorDelete" + r.Name

Callers 1

CreateResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected