ModRef returns an absolute reference that can be used with ModuleSource
(subpath string)
| 135 | type moduleContext interface { |
| 136 | // ModRef returns an absolute reference that can be used with ModuleSource |
| 137 | ModRef(subpath string) string |
| 138 | |
| 139 | // ArgRef returns an absolute reference that can be used with a Directory or File flag |
| 140 | ArgRef(subpath string) string |
no outgoing calls
no test coverage detected