Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ requires_rust
Function
requires_rust
test/test_other.py:269–271 ·
view source on GitHub ↗
(func)
Source
from the content-addressed store, hash-verified
267
268
269
def
requires_rust(func):
270
assert callable(func)
271
return
requires_tool(
'cargo'
,
'RUST'
)(func)
272
273
274
def
requires_pkg_config(func):
Callers
nothing calls this directly
Calls
1
requires_tool
Function · 0.85
Tested by
no test coverage detected