MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / resolve_path

Function resolve_path

app/server/config.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <utility>
13
14namespace minitts::server {
15namespace {
16
17std::filesystem::path resolve_path(const std::filesystem::path & base, const std::filesystem::path & path) {
18 return path.is_absolute() ? path : base / path;
19}

Callers 2

parse_voice_presetFunction · 0.70
load_server_configFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected