MCPcopy 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
1206func (pl *patternList) remove(p *pattern) {
1207 (*pl) = pl.diff(patternList{p})
1208}
1209
1210func (pl patternList) dictionary() map[string]interface{} {
1211 dict := make(map[string]interface{})

Callers 1

transformMethod · 0.80

Calls 1

diffMethod · 0.95

Tested by

no test coverage detected