MCPcopy Create free account
hub / github.com/apache/qpid-proton / resolve

Function resolve

c/src/protocol.py:51–55  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

49
50
51def resolve(name):
52 if name in RESTRICTIONS:
53 return resolve(RESTRICTIONS[name])
54 else:
55 return name
56
57
58TYPEMAP = {

Callers 1

ftypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected