MCPcopy Create free account
hub / github.com/CCob/lsarelayx / TriggerAuthTimer

Method TriggerAuthTimer

client/Program.cs:186–190  ·  view source on GitHub ↗
(int requestPID)

Source from the content-addressed store, hash-verified

184 }
185
186 static void TriggerAuthTimer(int requestPID) {
187 if (processActivityTracker.ContainsKey(requestPID)) {
188 processActivityTracker[requestPID].Start();
189 }
190 }
191
192 static BitseryObject ProcessRelayRequest(RelayRequest relayRequest) {
193

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected