Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void PrintFileName(const char *name)
35
{
36
for (int i = 1; i < depth; i++)
37
{
38
cout <<
"-> "
;
39
}
40
cout << name << endl;
41
}
42
43
void PrintFileName(const string& name)
44
{
Callers
6
Leanify
Method · 0.85
Leanify
Method · 0.85
Leanify
Method · 0.85
Leanify
Method · 0.85
Leanify
Method · 0.85
Leanify
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected