Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ _getNextMID_SMB2
Method
_getNextMID_SMB2
pager_lib/smb/base.py:245–247 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
243
self.sendNMBMessage(smb_message.raw_data)
244
245
def
_getNextMID_SMB2(self):
246
self.mid += 1
247
return
self.mid
248
249
def
_updateState_SMB2(self, message):
250
if
message.isReply:
Callers
1
_sendSMBMessage_SMB2
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected