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

FuncType callback

util/batcher/batcher.go:7–7  ·  view source on GitHub ↗
func(guids []string) (ccv3.Warnings, error)

Source from the content-addressed store, hash-verified

5const BatchSize = 200
6
7type callback func(guids []string) (ccv3.Warnings, error)
8
9func RequestByGUID(guids []string, cb callback) (ccv3.Warnings, error) {
10 var allWarnings ccv3.Warnings

Callers 9

ssh_test.goFile · 0.85
ListServiceBrokersMethod · 0.85
ListSpacesMethod · 0.85
ListSpacesFromOrgMethod · 0.85
performAndPollMethod · 0.85
ssh_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected