Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Accept
Method
Accept
Source/Engine/Platform/Base/NetworkBase.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
bool NetworkBase::Accept(NetworkSocket& serverSock, NetworkSocket& newSock, NetworkEndPoint& newEndPoint)
41
{
42
return true;
43
}
44
45
bool NetworkBase::IsReadable(NetworkSocket& socket)
46
{
Callers
7
OnGetData
Method · 0.45
ChangeId
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
Deserialize
Method · 0.45
HandleObjectDeserializationError
Method · 0.45
CreatePrefab
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected