UpdateDefaultName returns the variable name of the update default value of this field.
()
| 1113 | |
| 1114 | // UpdateDefaultName returns the variable name of the update default value of this field. |
| 1115 | func (f Field) UpdateDefaultName() string { return "Update" + f.DefaultName() } |
| 1116 | |
| 1117 | // DefaultValue returns the default value of the field. Invoked by the template. |
| 1118 | func (f Field) DefaultValue() any { return f.def.DefaultValue } |
nothing calls this directly
no test coverage detected