Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/secrets-engine
/ RemoveModule
Method
RemoveModule
x/release/helper/release.go:189–194 ·
view source on GitHub ↗
(mod string)
Source
from the content-addressed store, hash-verified
187
}
188
189
func
(d RepoData) RemoveModule(mod string) {
190
delete(d, mod)
191
for
_, v :=
range
d {
192
delete(v.dependencies, mod)
193
}
194
}
195
196
type
ModData
struct
{
197
downstreams
map
[string]
struct
{}
Callers
1
BumpIterative
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected