Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/URLab-Sim/UnrealRoboticsLab
/ UnregisterHandler
Function
UnregisterHandler
Source/URLab/Private/Bridge/OpRegistry.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void UnregisterHandler(const FString& OpName)
51
{
52
FRWScopeLock Lock(MapLock(), SLT_Write);
53
Map().Remove(OpName);
54
}
55
56
FHandler GetHandler(const FString& OpName)
57
{
Callers
3
UnregisterAll
Function · 0.85
RunTest
Method · 0.85
UnregisterDispatcherOps
Method · 0.85
Calls
no outgoing calls
Tested by
1
RunTest
Method · 0.68