Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CppCon/CppCon2017
/ md_path
Function
md_path
_tools/add.py:67–68 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
65
return
""
66
67
def
md_path(path):
68
return
quote(normpath(path).replace(
'\\'
,
'/'
))
69
70
presentation_regex = re.compile(
"- CppCon "
+ str(CPPCON_YEAR) +
71
"\\.[^.]*$"
)
Callers
1
generate_entry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected