Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/digitalocean/doctl
/ debug
Function
debug
pluginhost/plugin.go:62–66 ·
view source on GitHub ↗
(msg string)
Source
from the content-addressed store, hash-verified
60
}
61
62
func
debug(msg string) {
63
//if viper.GetBool("verbose") {
64
log.Println(msg)
65
//}
66
}
67
68
// CallOptions are options to a plugin call. This is exported so go based plugins
69
// can use the type.
Callers
1
Call
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected