MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / clear

Method clear

src/blackboard.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

unloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected