Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithm-archivists/algorithm-archive
/ exists
Function
exists
builders/cargo.py:25–26 ·
view source on GitHub ↗
(env)
Source
from the content-addressed store, hash-verified
23
SCons.Warnings.warn(CargoNotFound,
'Could not detect cargo'
)
24
25
def
exists(env):
26
return
env.Detect(
'cargo'
)
27
28
29
def
generate(env):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected