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

Method GetValue

flag_ext.go:56–58  ·  flag_ext.go::extFlag.GetValue
()

Source from the content-addressed store, hash-verified

54}
55
56func (e *extFlag) GetValue() string {
57 return e.f.Value.String()
58}
59
60func (e *extFlag) GetDefaultText() string {
61 return e.f.DefValue

Callers 3

TestIntFlagExtFunction · 0.95
TestExtFlagFunction · 0.95
TestUintFlagExtFunction · 0.95

Calls 1

StringMethod · 0.45

Tested by 3

TestIntFlagExtFunction · 0.76
TestExtFlagFunction · 0.76
TestUintFlagExtFunction · 0.76