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

Method Create

flag_impl.go:43–43  ·  flag_impl.go::ValueCreator.Create
(T, *T, C)

Source from the content-addressed store, hash-verified

41// C specifies the config for the type
42type ValueCreator[T any, C any] interface {
43 Create(T, *T, C) Value
44 ToString(T) string
45}
46

Callers 9

TestIntFlagExtFunction · 0.65
TestExtFlag_SchemaTypeFunction · 0.65
TestExtFlagFunction · 0.65
PreParseMethod · 0.65
CreateMethod · 0.65
ParseMethod · 0.65
CreateMethod · 0.65
TestUintFlagExtFunction · 0.65
downloadFileFunction · 0.65

Implementers 4

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

Calls

no outgoing calls

Tested by 4

TestIntFlagExtFunction · 0.52
TestExtFlag_SchemaTypeFunction · 0.52
TestExtFlagFunction · 0.52
TestUintFlagExtFunction · 0.52