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

Method Get

flag_generic.go:33–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (f *genericValue) Get() any {
34 if f.val != nil {
35 return f.val.Get()
36 }
37 return nil
38}
39
40func (f *genericValue) String() string {
41 if f.val != nil {

Callers 1

TestGenericValueFunction · 0.95

Calls 1

GetMethod · 0.65

Tested by 1

TestGenericValueFunction · 0.76