acquireRef increments the reference count on the child policy wrapper.
()
| 87 | |
| 88 | // acquireRef increments the reference count on the child policy wrapper. |
| 89 | func (c *childPolicyWrapper) acquireRef() { |
| 90 | c.refCnt++ |
| 91 | } |
| 92 | |
| 93 | // releaseRef decrements the reference count on the child policy wrapper. The |
| 94 | // return value indicates whether the released reference was the last one. |
no outgoing calls
no test coverage detected