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

Method getAnyLocked

src/blackboard.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24AnyPtrLocked Blackboard::getAnyLocked(const std::string& key)
25{
26 if(auto entry = getEntry(key))
27 {
28 return AnyPtrLocked(&entry->value, &entry->entry_mutex);
29 }
30 return {};
31}
32
33AnyPtrLocked Blackboard::getAnyLocked(const std::string& key) const
34{

Callers 5

getLockedPortContentMethod · 0.80
ExportBlackboardToJSONFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64