(config: T)
| 921 | }); |
| 922 | |
| 923 | function configWithRaw<T extends DevContainerConfig | ImageMetadataEntry[]>(config: T): SubstitutedConfig<T> { |
| 924 | return { |
| 925 | config, |
| 926 | raw: config, |
| 927 | substitute: config => config, |
| 928 | }; |
| 929 | } |
no outgoing calls
no test coverage detected