StaticfindFinds an RPC registration by path.
The method path to look up.
Pointer to the registration, or nullptr if not found.
StaticregisterRegisters an RPC method with individual parameters.
The method path for routing RPC calls.
The handler function to invoke.
The default scope of the call.
If true, the RPC must be delivered reliably.
The script module that registered this RPC.
True if the registration was successful, false otherwise.
Global RPC registry for storing all known RPC registrations.
Note
All RPC methods are registered here at startup. The registry is used by the replication manager to resolve method paths to handlers.