GetFile gets the file for the root relative file path. If the file does not exist, nil is returned. The path is expected to be normalized and validated. Note that all values of GetDependency() can be used here.
(path string)
| 241 | // The path is expected to be normalized and validated. |
| 242 | // Note that all values of GetDependency() can be used here. |
| 243 | GetFile(path string) ImageFile |
| 244 | // Resolver returns a resolver backed by this image. |
| 245 | Resolver() protoencoding.Resolver |
| 246 |
no outgoing calls