Load takes a path returned by Find and returns the content the path represents, or an error if the path was not valid.
(file.Path)
| 54 | // Load takes a path returned by Find and returns the content the path |
| 55 | // represents, or an error if the path was not valid. |
| 56 | Load(file.Path) ([]byte, error) |
| 57 | } |
| 58 | |
| 59 | // Processor holds the state when resolving multiple api files. |
no outgoing calls
no test coverage detected