- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for SetBool (0.07 sec)
-
schema/field.go
case **bool: if data != nil && *data != nil { field.ReflectValueOf(ctx, value).SetBool(**data) } case bool: field.ReflectValueOf(ctx, value).SetBool(data) case int64: field.ReflectValueOf(ctx, value).SetBool(data > 0) case string: b, _ := strconv.ParseBool(data) field.ReflectValueOf(ctx, value).SetBool(b) default: return fallbackSetter(ctx, value, v, field.Set) }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Aug 20 04:51:17 UTC 2025 - 32K bytes - Viewed (0) -
schema/schema.go
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Tue Aug 19 06:35:49 UTC 2025 - 12.9K bytes - Viewed (0) -
api/go1.txt
pkg reflect, method (Value) Pointer() uintptr pkg reflect, method (Value) Recv() (Value, bool) pkg reflect, method (Value) Send(Value) pkg reflect, method (Value) Set(Value) pkg reflect, method (Value) SetBool(bool) pkg reflect, method (Value) SetBytes([]uint8) pkg reflect, method (Value) SetComplex(complex128) pkg reflect, method (Value) SetFloat(float64) pkg reflect, method (Value) SetInt(int64)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)