MCPcopy
hub / github.com/cloudfoundry/cli / isMetadataRequest

Function isMetadataRequest

plugin/plugin_shim.go:38–40  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

36}
37
38func isMetadataRequest(args []string) bool {
39 return len(args) == 3 && args[2] == "SendMetadata"
40}
41
42func MinCliVersionStr(version VersionType) string {
43 if version.Major == 0 && version.Minor == 0 && version.Build == 0 {

Callers 1

StartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected