MCPcopy 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
42def uri2realpath(uri):
43 path = uri2filepath(uri)
44 return os.path.realpath(path)
45
46
47def uptodate(target: str, srcs: list[str]):

Callers 3

register_uriMethod · 0.85
sourceKitOptionsMethod · 0.85
optionsForFileMethod · 0.85

Calls 1

uri2filepathFunction · 0.85

Tested by

no test coverage detected