Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolaWing/xcode-build-server
/ uri2realpath
Function
uri2realpath
server.py:42–44 ·
view source on GitHub ↗
(uri)
Source
from the content-addressed store, hash-verified
40
41
42
def
uri2realpath(uri):
43
path = uri2filepath(uri)
44
return
os.path.realpath(path)
45
46
47
def
uptodate(target: str, srcs: list[str]):
Callers
3
register_uri
Method · 0.85
sourceKitOptions
Method · 0.85
optionsForFile
Method · 0.85
Calls
1
uri2filepath
Function · 0.85
Tested by
no test coverage detected