Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
def
resolve(name):
52
if
name in RESTRICTIONS:
53
return
resolve(RESTRICTIONS[name])
54
else
:
55
return
name
56
57
58
TYPEMAP = {
Callers
1
ftype
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected