MCPcopy 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
269def requires_rust(func):
270 assert callable(func)
271 return requires_tool('cargo', 'RUST')(func)
272
273
274def requires_pkg_config(func):

Callers

nothing calls this directly

Calls 1

requires_toolFunction · 0.85

Tested by

no test coverage detected