* @brief Check if the library is considered local. * * @return bool True if the library is local, false otherwise. */
| 262 | * @return bool True if the library is local, false otherwise. |
| 263 | */ |
| 264 | bool Library::isLocal() const |
| 265 | { |
| 266 | return m_hint == "local"; |
| 267 | } |
| 268 | |
| 269 | /** |
| 270 | * @brief Check if the library is always considered stale. |
no outgoing calls
no test coverage detected