MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / joinpath

Function joinpath

Modules/getpath.c:207–225  ·  view source on GitHub ↗

Add a path component, by appending stuff to buffer. buffer must have at least MAXPATHLEN + 1 bytes allocated, and contain a NUL-terminated string with no more than MAXPATHLEN characters (not counting the trailing NUL). It's a fatal error if it contains a string longer than that (callers must be careful!). If these requirements are met, it's guaranteed that buffer will still be a N

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

copy_absoluteFunction · 0.85
search_for_prefixFunction · 0.85
search_for_exec_prefixFunction · 0.85
ifFunction · 0.85
calculate_pathFunction · 0.85

Calls 1

Py_FatalErrorFunction · 0.50

Tested by

no test coverage detected