Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ func
Function
func
base_code/using_global.cpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#define isGlobal 2
8
using namespace std;
9
void func()
10
{
11
cout<<
"::func"
<<endl;
12
}
13
14
namespace ns1 {
15
void func()
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected