| 412 | } |
| 413 | |
| 414 | void CouchbaseOperations::CouchbaseRequest::Clear() { |
| 415 | _buf.clear(); |
| 416 | _pipelined_count = 0; |
| 417 | } |
| 418 | |
| 419 | // Support for scope level collections will be added in future. |
| 420 | // Get the Scope ID for a given scope name |
no test coverage detected