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

Method families

src/framework/runtime/registry.cpp:94–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93 loaders_.push_back(std::move(loader));
94}
95
96bool ModelRegistry::empty() const noexcept {
97 return loaders_.empty();
98}
99
100size_t ModelRegistry::size() const noexcept {
101 return loaders_.size();
102}
103
104std::vector<std::string> ModelRegistry::families() const {
105 std::vector<std::string> names;
106 names.reserve(loaders_.size());

Callers 2

print_task_helpFunction · 0.80
mainFunction · 0.80

Calls 5

sizeMethod · 0.45
familyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected