MCPcopy Create free account
hub / github.com/aurora-develop/aurora / isUUID

Function isUUID

initialize/handlers.go:1863–1866  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

1861}
1862
1863func isUUID(str string) bool {
1864 _, err := uuid.Parse(str)
1865 return err == nil
1866}
1867
1868func teamAccountIDFromRequest(c *gin.Context) string {
1869 for _, header := range []string{"ChatGPT-Account-ID", "Chatgpt-Account-Id", "Team-Account-ID", "X-ChatGPT-Account-ID"} {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected