Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ convertIntegerLimitFlagToNullInt
Function
convertIntegerLimitFlagToNullInt
command/v7/create_org_quota_command.go:88–94 ·
view source on GitHub ↗
(flag flag.IntegerLimit)
Source
from the content-addressed store, hash-verified
86
}
87
88
func
convertIntegerLimitFlagToNullInt(flag flag.IntegerLimit) *types.NullInt {
89
if
!flag.IsSet {
90
return
nil
91
}
92
93
return
&types.NullInt{IsSet: true, Value: flag.Value}
94
}
Callers
4
Execute
Method · 0.85
Execute
Method · 0.85
Execute
Method · 0.85
Execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected