| 44 | func (f fakeContext) Experiment() context.Experiment { return nil } |
| 45 | |
| 46 | type fakePlatform struct { |
| 47 | name string |
| 48 | } |
| 49 | |
| 50 | func (f fakePlatform) Init(platformName string) error { return nil } |
| 51 | func (f fakePlatform) GetName() string { return f.name } |
nothing calls this directly
no outgoing calls
no test coverage detected