MCPcopy 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
155func isAlpha(r rune) bool { return isLetter(r) }
156
157// ParseModelIdentifier parses a model identifier string into its components.
158//

Calls 1

isLetterFunction · 0.85

Tested by

no test coverage detected