Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ parse_flattened_yaml
Method
parse_flattened_yaml
src/framework/assets/resource_bundle.cpp:109–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
out.push_back({id, path});
108
}
109
std::sort(out.begin(), out.end(), [](const ResourceFile & lhs, const ResourceFile & rhs) {
110
return lhs.id < rhs.id;
111
});
112
return out;
113
}
114
Callers
1
resolve_descriptor
Function · 0.80
Calls
1
parse_flattened_document
Function · 0.85
Tested by
no test coverage detected