MCPcopy Create free account
hub / github.com/github/gh-aw / formatActionCacheKey

Function formatActionCacheKey

pkg/workflow/action_pins.go:44–46  ·  view source on GitHub ↗

formatActionCacheKey generates a cache key for action resolution.

(repo, version string)

Source from the content-addressed store, hash-verified

42
43// formatActionCacheKey generates a cache key for action resolution.
44func formatActionCacheKey(repo, version string) string {
45 return actionpins.FormatCacheKey(repo, version)
46}
47
48// extractActionRepo extracts the action repository from a uses string.
49func extractActionRepo(uses string) string {

Callers 13

ResolveSHAMethod · 0.85
DeleteMethod · 0.85
GetMethod · 0.85
SetMethod · 0.85
GetInputsMethod · 0.85
SetInputsMethod · 0.85
GetActionDescriptionMethod · 0.85
SetActionDescriptionMethod · 0.85
GetReleasedAtMethod · 0.85
SetReleasedAtMethod · 0.85
TestFormatActionCacheKeyFunction · 0.85

Calls 1

FormatCacheKeyFunction · 0.92