aboutsummaryrefslogtreecommitdiffstats
path: root/configutil/src/lib/tags.h
blob: 836e20a7f4fcfc287e2995df132a859c6af081c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include <vespa/vespalib/stllike/string.h>

namespace configdefinitions {

vespalib::string upcase(const vespalib::string &orig);
bool tagsContain(const vespalib::string &tags, const vespalib::string &tag);

}