Len returns the length of the current path.
()
| 142 | |
| 143 | // Len returns the length of the current path. |
| 144 | func (b *PathBuffer) Len() int { |
| 145 | return b.off |
| 146 | } |
| 147 | |
| 148 | // Bytes returns the underlying slice of bytes of the path. |
| 149 | func (b *PathBuffer) Bytes() []byte { |
no outgoing calls