Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
106
func
ActionCreatePtr() *Action {
107
return
actionPtr(CREATE)
108
}
109
110
func
ActionDeletePtr() *Action {
111
return
actionPtr(DELETE)
Callers
11
transformer_component_vars_test.go
File · 0.92
updatePVCSize
Method · 0.92
transformer_component_service_test.go
File · 0.92
compExist
Method · 0.92
shardingExist
Method · 0.92
transformer_cluster_component_test.go
File · 0.92
buildOrderedVertices
Function · 0.92
plan_builder_test.go
File · 0.92
transform_types_test.go
File · 0.85
Create
Method · 0.85
graph_client_test.go
File · 0.85
Calls
1
actionPtr
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…