MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _getNextRPCCallID

Method _getNextRPCCallID

pager_lib/smb/base.py:219–221  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

217 self._echo = self._echo_SMB2
218
219 def _getNextRPCCallID(self):
220 self.next_rpc_call_id += 1
221 return self.next_rpc_call_id
222
223 #
224 # SMB2 Methods Family

Callers 3

connectSrvSvcCBMethod · 0.95
rpcReadCBMethod · 0.95
rpcBindCBMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected