MCPcopy Create free account
hub / github.com/algorithm-archivists/algorithm-archive / exists

Function exists

builders/racket.py:24–25  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

22 SCons.Warnings.warn(RacketNotFound, 'Could not find raco executable')
23
24def exists(env):
25 env.Detect('raco')
26
27def generate(env):
28 env['RACO'] = _detect(env)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected