MCPcopy Create free account
hub / github.com/boostorg/build / native

Function native

v2/util/path.py:51–55  ·  view source on GitHub ↗

Builds a native representation of the path.

(path)

Source from the content-addressed store, hash-verified

49
50@bjam_signature((["path"],))
51def native (path):
52 """ Builds a native representation of the path.
53 """
54 # TODO: make os selection here.
55 return native_UNIX (path)
56
57def native_UNIX (path):
58 return path

Callers

nothing calls this directly

Calls 1

native_UNIXFunction · 0.85

Tested by

no test coverage detected