MCPcopy Create free account
hub / github.com/JayXon/Leanify / PrintFileName

Function PrintFileName

utils.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34void PrintFileName(const char *name)
35{
36 for (int i = 1; i < depth; i++)
37 {
38 cout << "-> ";
39 }
40 cout << name << endl;
41}
42
43void PrintFileName(const string& name)
44{

Callers 6

LeanifyMethod · 0.85
LeanifyMethod · 0.85
LeanifyMethod · 0.85
LeanifyMethod · 0.85
LeanifyMethod · 0.85
LeanifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected