MCPcopy 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

11namespace
12{
13bool IsPrivateKey(StringView str)
14{
15 return str.size() >= 1 && str.data()[0] == '_';
16}
17} // namespace
18
19void Blackboard::enableAutoRemapping(bool remapping)

Callers 2

getEntryMethod · 0.85
createEntryImplMethod · 0.85

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected