Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
func
(u *UUID) Set(str string) error {
14
var
err error
15
u.UUID, err = guuid.Parse(str)
16
return
err
17
}
18
19
func
(*UUID) Type() string {
20
return
"uuid"
Callers
15
UploadReaderWithContentType
Function · 0.45
writeTenants
Function · 0.45
writeSession
Function · 0.45
TestDetectTenant_CloudPath
Function · 0.45
TestDetectTenant_MultipleActiveTenants
Function · 0.45
TestInject_DirectToken_PinsVersionFromWhoami
Function · 0.45
sessionWithPluginVersion
Function · 0.45
recommendedVersionFromWhoami
Function · 0.45
NewClient
Function · 0.45
JSONSchemaExtend
Method · 0.45
JSONSchemaExtend
Method · 0.45
getSyncCommonProps
Function · 0.45
Calls
no outgoing calls
Tested by
15
writeTenants
Function · 0.36
writeSession
Function · 0.36
TestDetectTenant_CloudPath
Function · 0.36
TestDetectTenant_MultipleActiveTenants
Function · 0.36
TestInject_DirectToken_PinsVersionFromWhoami
Function · 0.36
sessionWithPluginVersion
Function · 0.36
TestAddonDownload
Function · 0.36
TestAddonDownloadStdout
Function · 0.36
TestSwitch
Function · 0.36
TestValidateConfig_HubAPI
Function · 0.36
TestPluginPublish
Function · 0.36
TestPluginPublishFinalize
Function · 0.36