MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / Set

Method Set

cli/internal/uuid/uuid.go:13–17  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

11}
12
13func (u *UUID) Set(str string) error {
14 var err error
15 u.UUID, err = guuid.Parse(str)
16 return err
17}
18
19func (*UUID) Type() string {
20 return "uuid"

Callers 15

writeTenantsFunction · 0.45
writeSessionFunction · 0.45
sessionWithPluginVersionFunction · 0.45
NewClientFunction · 0.45
JSONSchemaExtendMethod · 0.45
JSONSchemaExtendMethod · 0.45
getSyncCommonPropsFunction · 0.45

Calls

no outgoing calls

Tested by 15

writeTenantsFunction · 0.36
writeSessionFunction · 0.36
sessionWithPluginVersionFunction · 0.36
TestAddonDownloadFunction · 0.36
TestAddonDownloadStdoutFunction · 0.36
TestSwitchFunction · 0.36
TestPluginPublishFunction · 0.36