(ctx context.Context)
| 17 | ) |
| 18 | |
| 19 | func Execer(ctx context.Context) *xunixfake.FakeExec { |
| 20 | //nolint we should panic if this isn't the case. |
| 21 | return xunix.GetExecer(ctx).(*xunixfake.FakeExec) |
| 22 | } |
| 23 | |
| 24 | func FS(ctx context.Context) *xunixfake.MemFS { |
| 25 | //nolint we should panic if this isn't the case. |