aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/test/make_document_bucket.h
blob: 4e5245251e0aa70c2c291e462d602faeb26f3a16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include <vespa/document/bucket/bucket.h>

namespace document::test {

// Helper function used by unit tests

Bucket makeDocumentBucket(BucketId bucketId);

}