Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
42
type
ValueCreator[T any, C any]
interface
{
43
Create(T, *T, C) Value
44
ToString(T) string
45
}
46
Callers
9
TestIntFlagExt
Function · 0.65
TestExtFlag_SchemaType
Function · 0.65
TestExtFlag
Function · 0.65
PreParse
Method · 0.65
Create
Method · 0.65
Parse
Method · 0.65
Create
Method · 0.65
TestUintFlagExt
Function · 0.65
downloadFile
Function · 0.65
Implementers
4
genericValue
flag_generic.go
boolValue
flag_bool.go
timestampValue
flag_timestamp.go
stringValue
flag_string.go
Calls
no outgoing calls
Tested by
4
TestIntFlagExt
Function · 0.52
TestExtFlag_SchemaType
Function · 0.52
TestExtFlag
Function · 0.52
TestUintFlagExt
Function · 0.52