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

Method Descriptor

src/extended/Registry.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71AudioNodeDescriptor const * const NodeRegistry::Descriptor(const std::string & n) const
72{
73 auto i = _detail->descriptors.find(n);
74 if (i == _detail->descriptors.end())
75 return nullptr;
76
77 return i->second.desc;
78}
79
80
81

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected