| 156 | } |
| 157 | |
| 158 | void Blackboard::clear() |
| 159 | { |
| 160 | const std::unique_lock storage_lock(storage_mutex_); |
| 161 | storage_.clear(); |
| 162 | } |
| 163 | |
| 164 | void Blackboard::createEntry(const std::string& key, const TypeInfo& info) |
| 165 | { |
no outgoing calls
no test coverage detected