| 52 | } |
| 53 | |
| 54 | type testNix struct { |
| 55 | path string |
| 56 | } |
| 57 | |
| 58 | func (n *testNix) PrintDevEnv(ctx context.Context, args *nix.PrintDevEnvArgs) (*nix.PrintDevEnvOut, error) { |
| 59 | return &nix.PrintDevEnvOut{ |
nothing calls this directly
no outgoing calls
no test coverage detected