Ref increases the reference counter for this Buffer.
()
| 48 | ReadOnlyData() []byte |
| 49 | // Ref increases the reference counter for this Buffer. |
| 50 | Ref() |
| 51 | // Free decrements this Buffer's reference counter and frees the underlying |
| 52 | // byte slice if the counter reaches 0 as a result of this call. |
| 53 | Free() |
no outgoing calls