MCPcopy Create free account
hub / github.com/devfile/api / setZipProjectValues

Function setZipProjectValues

test/v200/utils/common/project_test_utils.go:214–216  ·  view source on GitHub ↗

setZipProjectValues randomly sets attributes for a Zip Project

(zipProject *schema.ZipProjectSource)

Source from the content-addressed store, hash-verified

212
213// setZipProjectValues randomly sets attributes for a Zip Project
214func setZipProjectValues(zipProject *schema.ZipProjectSource) {
215 zipProject.Location = GetRandomString(GetRandomNumber(8, 16), false)
216}

Callers 2

SetProjectValuesMethod · 0.85

Calls 2

GetRandomStringFunction · 0.85
GetRandomNumberFunction · 0.85

Tested by

no test coverage detected