SetKey sets the "key" field.
(s string)
| 10409 | |
| 10410 | // SetKey sets the "key" field. |
| 10411 | func (m *MetaMutation) SetKey(s string) { |
| 10412 | m.key = &s |
| 10413 | } |
| 10414 | |
| 10415 | // Key returns the value of the "key" field in the mutation. |
| 10416 | func (m *MetaMutation) Key() (r string, exists bool) { |
no outgoing calls
no test coverage detected