Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
func
(r *Resource) ErrorCreateObject() string {
225
return
"ErrorCreate"
+ r.Name
226
}
227
228
func
(r *Resource) ErrorDeleteObject() string {
229
return
"ErrorDelete"
+ r.Name
Callers
1
CreateResource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected