Target type accessor * * @return Target that the context is associated with */
| 64 | * @return Target that the context is associated with |
| 65 | */ |
| 66 | Target type() const |
| 67 | { |
| 68 | return _target; |
| 69 | } |
| 70 | /** Increment context refcount */ |
| 71 | void inc_ref() const |
| 72 | { |
no outgoing calls
no test coverage detected