XXX
| 17 | var Parallelism = goruntime.GOMAXPROCS(0) //XXX |
| 18 | |
| 19 | type compiler struct { |
| 20 | env *exec.Environment |
| 21 | } |
| 22 | |
| 23 | func NewCompiler(local storage.Engine) runtime.Compiler { |
| 24 | return NewCompilerWithEnv(exec.NewEnvironment(local, nil)) |
nothing calls this directly
no outgoing calls
no test coverage detected