| 55 | func (f fakePlatform) Setup() error { return nil } |
| 56 | |
| 57 | type fakeProject struct { |
| 58 | name string |
| 59 | } |
| 60 | |
| 61 | func (f fakeProject) Init(ctx context.Context, projectName string) error { return nil } |
| 62 | func (f fakeProject) GetName() string { return f.name } |
nothing calls this directly
no outgoing calls
no test coverage detected