(newClient *ent.Client)
| 249 | } |
| 250 | |
| 251 | func (c *fileClient) SetClient(newClient *ent.Client) TxOperator { |
| 252 | return &fileClient{client: newClient, maxSQlParam: c.maxSQlParam, hasher: c.hasher} |
| 253 | } |
| 254 | |
| 255 | func (c *fileClient) GetClient() *ent.Client { |
| 256 | return c.client |
nothing calls this directly
no outgoing calls
no test coverage detected