(eu string)
| 310 | func (testFlags) ExtraUsage() string { return "" } |
| 311 | |
| 312 | func (testFlags) AddExtraUsage(eu string) {} |
| 313 | |
| 314 | func (f testFlags) Bool(s string, d bool, c string) *bool { |
| 315 | if b, ok := f.bools[s]; ok { |
nothing calls this directly
no outgoing calls
no test coverage detected