Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ IsPrivateKey
Function
IsPrivateKey
src/blackboard.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace
12
{
13
bool IsPrivateKey(StringView str)
14
{
15
return str.size() >= 1 && str.data()[0] ==
'_'
;
16
}
17
} // namespace
18
19
void Blackboard::enableAutoRemapping(bool remapping)
Callers
2
getEntry
Method · 0.85
createEntryImpl
Method · 0.85
Calls
2
size
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected