Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ getXAddrs
Function
getXAddrs
wsdiscovery/util.py:140–141 ·
view source on GitHub ↗
(xAddrsNode)
Source
from the content-addressed store, hash-verified
138
139
140
def
getXAddrs(xAddrsNode):
141
return
_parseSpaceSeparatedList(xAddrsNode)
142
143
144
def
getTypes(typeNode):
Callers
3
parseProbeMatchMessage
Function · 0.85
parseHelloMessage
Function · 0.85
parseResolveMatchMessage
Function · 0.85
Calls
1
_parseSpaceSeparatedList
Function · 0.85
Tested by
no test coverage detected