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

Function normalized_candidate_key

src/framework/runtime/model.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11namespace {
12
13std::string normalized_candidate_key(const std::string & relative_candidate) {
14 return std::filesystem::path(relative_candidate).generic_string();
15}
16
17std::string candidate_stem_or_filename(const std::string & relative_candidate) {

Callers 1

discover_named_assetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected