MCPcopy
hub / github.com/apecloud/kubeblocks / ActionCreatePtr

Function ActionCreatePtr

pkg/controller/model/transform_utils.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func ActionCreatePtr() *Action {
107 return actionPtr(CREATE)
108}
109
110func ActionDeletePtr() *Action {
111 return actionPtr(DELETE)

Calls 1

actionPtrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…