Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ getMessageId
Method
getMessageId
wsdiscovery/envelope.py:30–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
self._action = action
29
30
def
getMessageId(self):
31
return
self._messageId
32
33
def
setMessageId(self, messageId):
34
self._messageId = messageId
Callers
12
addUnicastMessage
Method · 0.80
addMulticastMessage
Method · 0.80
_recvMessages
Method · 0.80
showEnv
Function · 0.80
_handle_probe
Method · 0.80
_handle_resolve
Method · 0.80
createByeMessage
Function · 0.80
createResolveMessage
Function · 0.80
createProbeMatchMessage
Function · 0.80
createHelloMessage
Function · 0.80
createProbeMessage
Function · 0.80
createResolveMatchMessage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected