(newClient *ent.Client)
| 45 | } |
| 46 | |
| 47 | func (c *nodeClient) SetClient(newClient *ent.Client) TxOperator { |
| 48 | return &nodeClient{client: newClient} |
| 49 | } |
| 50 | |
| 51 | func (c *nodeClient) GetClient() *ent.Client { |
| 52 | return c.client |
nothing calls this directly
no outgoing calls
no test coverage detected