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

Function hasDeprecatedGitHubAppIDField

pkg/cli/codemod_github_app_client_id.go:33–35  ·  view source on GitHub ↗

hasDeprecatedGitHubAppIDField returns true when any github-app object contains app-id.

(frontmatter map[string]any)

Source from the content-addressed store, hash-verified

31
32// hasDeprecatedGitHubAppIDField returns true when any github-app object contains app-id.
33func hasDeprecatedGitHubAppIDField(frontmatter map[string]any) bool {
34 return containsDeprecatedGitHubAppID(frontmatter)
35}
36
37func containsDeprecatedGitHubAppID(value any) bool {
38 switch v := value.(type) {

Callers 1

Calls 1

Tested by

no test coverage detected