Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ connect
Method
connect
physx/source/pvd/src/PxPvdDefaultFileTransport.cpp:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
bool PvdDefaultFileTransport::connect()
47
{
48
PX_ASSERT(mFileBuffer);
49
mConnected = mFileBuffer->isOpen();
50
return mConnected;
51
}
52
53
void PvdDefaultFileTransport::disconnect()
54
{
Callers
nothing calls this directly
Calls
1
isOpen
Method · 0.45
Tested by
no test coverage detected