// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include "vsm-adapter.h" #include namespace vsm { template std::unique_ptr VSMConfigSnapshot::getConfig() const { return _snapshot->getConfig(_configId); } } // namespace vsm