SourceScriptHandler handles the case when the scripts are contained in the source code directory.
| 113 | // SourceScriptHandler handles the case when the scripts are contained in the |
| 114 | // source code directory. |
| 115 | type SourceScriptHandler struct { |
| 116 | DestinationDir string |
| 117 | fs fs.FileSystem |
| 118 | } |
| 119 | |
| 120 | // Get verifies if the script is present in the source directory and get the |
| 121 | // installation result. |
nothing calls this directly
no outgoing calls
no test coverage detected