File returns a File object for the given subpath
(dag *dagger.Client, subpath string)
| 147 | |
| 148 | // File returns a File object for the given subpath |
| 149 | File(dag *dagger.Client, subpath string) *dagger.File |
| 150 | } |
| 151 | |
| 152 | type localSourceContext struct { |
no outgoing calls