MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / GetHandler

Function GetHandler

Source/URLab/Private/Bridge/OpRegistry.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56FHandler GetHandler(const FString& OpName)
57{
58 FRWScopeLock Lock(MapLock(), SLT_ReadOnly);
59 if (const FOpDecl* D = Map().Find(OpName))
60 return D->Body;
61 return FHandler();
62}
63
64TOptional<FOpDecl> FindOp(const FString& OpName)
65{

Callers 1

RunTestMethod · 0.85

Calls

no outgoing calls

Tested by 1

RunTestMethod · 0.68