Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ check_ar
Function
check_ar
test/emmake/make.py:16–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
def
check_ar():
17
print(
"Testing..."
)
18
test(
"CC"
)
19
test(
"CXX"
)
20
test(
"AR"
)
21
test(
"LD"
)
22
test(
"NM"
)
23
test(
"LDSHARED"
)
24
test(
"RANLIB"
)
25
print(
"Done."
)
26
27
28
check_ar()
Callers
1
make.py
File · 0.85
Calls
2
test
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected