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

Method ToString

flag_generic.go:19–22  ·  view source on GitHub ↗
(b Value)

Source from the content-addressed store, hash-verified

17}
18
19func (f genericValue) ToString(b Value) string {
20 f.val = b
21 return f.String()
22}
23
24// Below functions are to satisfy the flag.Value interface
25

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected