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

Method ToString

flag_impl.go:44–44  ·  flag_impl.go::ValueCreator.ToString
(T)

Source from the content-addressed store, hash-verified

42type ValueCreator[T any, C any] interface {
43 Create(T, *T, C) Value
44 ToString(T) string
45}
46
47// NoConfig is for flags which dont need a custom configuration

Callers 4

GetDefaultTextMethod · 0.65
GetValueMethod · 0.65
ToStringMethod · 0.65
StringMethod · 0.65

Implementers 4

genericValueflag_generic.go
boolValueflag_bool.go
timestampValueflag_timestamp.go
stringValueflag_string.go

Calls

no outgoing calls

Tested by

no test coverage detected