MCPcopy
hub / github.com/urfave/cli / Count

Method Count

flag.go:174–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172// repetitive flags
173type Countable interface {
174 Count() int
175}
176
177// VisibleFlag is an interface that allows to check if a flag is visible

Callers 1

CountMethod · 0.65

Implementers 2

BoolWithInverseFlagflag_bool_with_inverse.go
Commandcommand.go

Calls

no outgoing calls

Tested by

no test coverage detected