MCPcopy Index your code
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / userHasSetGlobal

Function userHasSetGlobal

cmd/root.go:785–787  ·  view source on GitHub ↗
(cmd *Command, f string)

Source from the content-addressed store, hash-verified

783}
784
785func userHasSetGlobal(cmd *Command, f string) bool {
786 return cmd.PersistentFlags().Lookup(f).Changed
787}
788
789func parseConfig(cmd *Command, conf *proxy.Config, args []string) error {
790 // If no instance connection names were provided AND FUSE isn't enabled,

Callers 1

parseConfigFunction · 0.85

Calls 1

LookupMethod · 0.80

Tested by

no test coverage detected