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

Method entryInfo

src/blackboard.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92const TypeInfo* Blackboard::entryInfo(const std::string& key)
93{
94 auto entry = getEntry(key);
95 return (!entry) ? nullptr : &(entry->info);
96}
97
98void Blackboard::addSubtreeRemapping(StringView internal, StringView external)
99{

Callers 4

createNodeFromXMLMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64