Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docopt/docopt.go
/ remove
Method
remove
docopt.go:1206–1208 ·
view source on GitHub ↗
(p *pattern)
Source
from the content-addressed store, hash-verified
1204
}
1205
1206
func
(pl *patternList) remove(p *pattern) {
1207
(*pl) = pl.diff(patternList{p})
1208
}
1209
1210
func
(pl patternList) dictionary()
map
[string]
interface
{} {
1211
dict := make(
map
[string]
interface
{})
Callers
1
transform
Method · 0.80
Calls
1
diff
Method · 0.95
Tested by
no test coverage detected