MCPcopy Create free account
hub / github.com/ablab/spades / separators

Function separators

ext/src/llvm/Path.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 inline const char *separators(Style style) {
48 if (real_style(style) == Style::windows)
49 return "\\/";
50 return "/";
51 }
52
53 inline char preferred_separator(Style style) {
54 if (real_style(style) == Style::windows)

Callers 6

find_first_componentFunction · 0.85
filename_posFunction · 0.85
root_dir_startFunction · 0.85
Path.cppFile · 0.85
appendFunction · 0.85
createTemporaryFileFunction · 0.85

Calls 1

real_styleFunction · 0.85

Tested by

no test coverage detected