( connectionId uint64, scopes []*coreModels.BlueprintScope, )
| 209 | } |
| 210 | |
| 211 | func (p QDev) MakeDataSourcePipelinePlanV200( |
| 212 | connectionId uint64, |
| 213 | scopes []*coreModels.BlueprintScope, |
| 214 | ) (coreModels.PipelinePlan, []plugin.Scope, errors.Error) { |
| 215 | return api.MakeDataSourcePipelinePlanV200(p.SubTaskMetas(), connectionId, scopes) |
| 216 | } |
nothing calls this directly
no test coverage detected