Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ SharedLibrary
Method
SharedLibrary
src/shared_library_WIN.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
namespace BT
10
{
11
SharedLibrary::SharedLibrary()
12
{
13
_handle = nullptr;
14
}
15
16
void SharedLibrary::load(const std::string& path, int)
17
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected