Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ TrimmedString
TypeAlias
TrimmedString
command/flag/trimmed_string.go:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
)
6
7
type
TrimmedString string
8
9
func
(t *TrimmedString) UnmarshalFlag(value string) error {
10
*t = TrimmedString(strings.TrimSpace(value))
Callers
3
update_service_command_test.go
File · 0.92
share_service_command_test.go
File · 0.92
UnmarshalFlag
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected