GetDirRef gets the reference for the value. The value cannot be stdin, stdout, or stderr.
(ctx context.Context, value string)
| 180 | // |
| 181 | // The value cannot be stdin, stdout, or stderr. |
| 182 | GetDirRef(ctx context.Context, value string) (DirRef, error) |
| 183 | // GetDirRefForInputConfig gets the reference for the InputConfig. |
| 184 | // |
| 185 | // The input cannot be stdin, stdout, or stderr. |
no outgoing calls
no test coverage detected