MCPcopy Create free account
hub / github.com/beefytech/Beef / BpInit

Function BpInit

BeefySysLib/util/BeefPerf.cpp:1664–1667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1662}
1663
1664BP_EXPORT void BP_CALLTYPE BpInit(const char* serverName, const char* sessionName)
1665{
1666 BpManager::Get()->Init(serverName, sessionName);
1667}
1668
1669BP_EXPORT BpConnectState BP_CALLTYPE BpGetConnectState()
1670{

Callers 1

DllMainFunction · 0.85

Calls 2

GetFunction · 0.85
InitMethod · 0.45

Tested by

no test coverage detected