(env)
| 22 | SCons.Warnings.warn(RacketNotFound, 'Could not find raco executable') |
| 23 | |
| 24 | def exists(env): |
| 25 | env.Detect('raco') |
| 26 | |
| 27 | def generate(env): |
| 28 | env['RACO'] = _detect(env) |
nothing calls this directly
no outgoing calls
no test coverage detected