Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ isAlpha
Function
isAlpha
pkg/workflow/model_identifier.go:155–155 ·
view source on GitHub ↗
(r rune)
Source
from the content-addressed store, hash-verified
153
}
154
155
func
isAlpha(r rune) bool {
return
isLetter(r) }
156
157
// ParseModelIdentifier parses a model identifier string into its components.
158
//
Callers
6
firstForbiddenCharInProviderOrParam
Function · 0.85
firstForbiddenCharInModelToken
Function · 0.85
firstForbiddenCharInBareName
Function · 0.85
firstForbiddenCharInParamValue
Function · 0.85
validateProviderToken
Function · 0.85
validateParamKey
Function · 0.85
Calls
1
isLetter
Function · 0.85
Tested by
no test coverage detected