stubGenerator is a placeholder for unimplemented codegens
| 190 | |
| 191 | // stubGenerator is a placeholder for unimplemented codegens |
| 192 | type stubGenerator struct{} |
| 193 | |
| 194 | func (s *stubGenerator) Generate() ast.CodeGenResult { |
| 195 | return ast.CodeGenResult{} |
nothing calls this directly
no outgoing calls
no test coverage detected