MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / setMessageId

Method setMessageId

wsdiscovery/envelope.py:33–34  ·  view source on GitHub ↗
(self, messageId)

Source from the content-addressed store, hash-verified

31 return self._messageId
32
33 def setMessageId(self, messageId):
34 self._messageId = messageId
35
36 def getRelatesTo(self):
37 return self._relatesTo

Callers 12

constructByeFunction · 0.95
parseByeMessageFunction · 0.95
constructResolveFunction · 0.95
parseResolveMessageFunction · 0.95
constructProbeMatchFunction · 0.95
parseProbeMatchMessageFunction · 0.95
constructHelloFunction · 0.95
parseHelloMessageFunction · 0.95
constructProbeFunction · 0.95
parseProbeMessageFunction · 0.95
constructResolveMatchFunction · 0.95
parseResolveMatchMessageFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected