Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MapIndex (0.03 sec)

  1. association.go

    					for _, key := range mapv.MapKeys() {
    						k := strings.ToLower(key.String())
    						if f, ok := association.Relationship.FieldSchema.FieldsByDBName[k]; ok {
    							_ = f.Set(association.DB.Statement.Context, child, mapv.MapIndex(key).Interface())
    						}
    					}
    					appendToFieldValues(child)
    				}
    			}
    
    			switch rv.Kind() {
    			case reflect.Map:
    				processMap(rv)
    			case reflect.Slice, reflect.Array:
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Sun Oct 26 12:09:12 UTC 2025
    - 23.6K bytes
    - Viewed (0)
Back to top