MCPcopy Create free account
hub / github.com/LabSound/LabSound / Names

Method Names

src/extended/Registry.cpp:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53std::vector<std::string> NodeRegistry::Names() const
54{
55 std::vector<std::string> names;
56 for (const auto& i : _detail->descriptors)
57 names.push_back(i.second.name);
58
59 return names;
60}
61
62lab::AudioNode* NodeRegistry::Create(const std::string& n, lab::AudioContext& ac)
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected