MCPcopy Create free account
hub / github.com/PDAL/PDAL / description

Method description

pdal/PluginManager.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185*/
186template <typename T>
187std::string PluginManager<T>::description(const std::string& name)
188{
189 return get().l_description(name);
190}
191
192
193template <typename T>

Callers 1

TESTFunction · 0.45

Calls 2

l_descriptionMethod · 0.80
getFunction · 0.50

Tested by 1

TESTFunction · 0.36