- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasType (0.03 sec)
-
schema/relationship.go
func hasPolymorphicRelation(tagSettings map[string]string) bool { if _, ok := tagSettings["POLYMORPHIC"]; ok { return true } _, hasType := tagSettings["POLYMORPHICTYPE"] _, hasId := tagSettings["POLYMORPHICID"] return hasType && hasId } func (schema *Schema) setRelation(relation *Relationship) { schema.Relationships.Mux.Lock() defer schema.Relationships.Mux.Unlock()
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Aug 18 11:44:52 UTC 2025 - 23.1K bytes - Viewed (1)