( host compiler.CompilerHost, )
| 36 | } |
| 37 | |
| 38 | func NewBuildInfoReader( |
| 39 | host compiler.CompilerHost, |
| 40 | ) BuildInfoReader { |
| 41 | return &buildInfoReader{host: host} |
| 42 | } |
| 43 | |
| 44 | func ReadBuildInfoProgram(config *tsoptions.ParsedCommandLine, reader BuildInfoReader, host compiler.CompilerHost) *Program { |
| 45 | // Read buildInfo file |
no outgoing calls
no test coverage detected