Method
description
Source from the content-addressed store, hash-verified
| 185 | */ |
| 186 | template <typename T> |
| 187 | std::string PluginManager<T>::description(const std::string& name) |
| 188 | { |
| 189 | return get().l_description(name); |
| 190 | } |
| 191 | |
| 192 | |
| 193 | template <typename T> |