MCPcopy Index your code
hub / github.com/rilldata/rill / installationCacheKey

Function installationCacheKey

admin/github.go:455–460  ·  view source on GitHub ↗
(installationID int64, repoID *int64)

Source from the content-addressed store, hash-verified

453}
454
455func installationCacheKey(installationID int64, repoID *int64) string {
456 if repoID != nil {
457 return fmt.Sprintf("%d-%d", installationID, *repoID)
458 }
459 return fmt.Sprintf("%d", installationID)
460}

Callers 1

InstallationClientMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected