Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MMadmer/EpicAssetsNotifyBot
/ cloneStringPtr
Function
cloneStringPtr
cmd/migrate_legacy/main.go:135–141 ·
view source on GitHub ↗
(value *string)
Source
from the content-addressed store, hash-verified
133
}
134
135
func
cloneStringPtr(value *string) *string {
136
if
value == nil {
137
return
nil
138
}
139
cloned := *value
140
return
&cloned
141
}
Callers
1
sqliteAssets
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected