SetPublicState sets the "public_state" field.
(tps *types.TaskPublicState)
| 89 | |
| 90 | // SetPublicState sets the "public_state" field. |
| 91 | func (tc *TaskCreate) SetPublicState(tps *types.TaskPublicState) *TaskCreate { |
| 92 | tc.mutation.SetPublicState(tps) |
| 93 | return tc |
| 94 | } |
| 95 | |
| 96 | // SetPrivateState sets the "private_state" field. |
| 97 | func (tc *TaskCreate) SetPrivateState(s string) *TaskCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected