Files are the files that comprise the image. This contains all files, including imports if available. The returned files are in correct DAG order. All files that have the same FullName will also have the same commit, or no commit. This is enforced at construction time.
()
| 235 | // All files that have the same FullName will also have the same commit, or no commit. |
| 236 | // This is enforced at construction time. |
| 237 | Files() []ImageFile |
| 238 | // GetFile gets the file for the root relative file path. |
| 239 | // |
| 240 | // If the file does not exist, nil is returned. |
no outgoing calls