Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ l_names
Method
l_names
pdal/PluginManager.cpp:89–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
template <typename T>
89
StringList PluginManager<T>::l_names()
90
{
91
StringList l;
92
93
std::lock_guard<std::mutex> lock(m_pluginMutex);
94
for (auto p : m_plugins)
95
l.push_back(p.first);
96
return l;
97
}
98
99
100
/**
Callers
1
names
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected