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

Function resolve_case_path

app/cli/request.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18std::filesystem::path resolve_case_path(
19 const std::filesystem::path & base_dir,
20 const std::string & value) {
21 std::filesystem::path path(value);
22 return path.is_absolute() ? path : base_dir / path;
23}
24
25void set_option_from_json_field(
26 std::unordered_map<std::string, std::string> & options,

Callers 1

build_request_from_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected