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

Struct stringValue

flag_string.go:17–20  ·  flag_string.go::stringValue

-- string Value

Source from the content-addressed store, hash-verified

15
16// -- string Value
17type stringValue struct {
18 destination *string
19 trimSpace bool
20}
21
22// Below functions are to satisfy the ValueCreator interface
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected