Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ refCount
Method
refCount
tests/gtest_blackboard.cpp:210–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
long refCount() const
211
{
212
return sptr_.use_count();
213
}
214
215
private:
216
std::shared_ptr<int> sptr_;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected