MCPcopy Index your code
hub / github.com/cloudfoundry/cli / parseRequest

Function parseRequest

integration/v7/selfcontained/fake/cf_api.go:64–68  ·  view source on GitHub ↗
(request string)

Source from the content-addressed store, hash-verified

62}
63
64func parseRequest(request string) (string, string) {
65 fields := strings.Split(request, " ")
66 Expect(fields).To(HaveLen(2))
67 return fields[0], fields[1]
68}

Callers 1

SetConfigurationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected