MCPcopy Index your code
hub / github.com/actions/actions-runner-controller / getRegistrationKey

Function getRegistrationKey

github/github.go:415–417  ·  view source on GitHub ↗
(org, repo, enterprise string)

Source from the content-addressed store, hash-verified

413}
414
415func getRegistrationKey(org, repo, enterprise string) string {
416 return fmt.Sprintf("org=%s,repo=%s,enterprise=%s", org, repo, enterprise)
417}
418
419func splitOwnerAndRepo(repo string) (string, string, error) {
420 chunk := strings.Split(repo, "/")

Callers 1

GetRegistrationTokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected