MCPcopy
hub / github.com/jetify-com/devbox / Nixer

Interface Nixer

internal/nix/instance.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9type NixInstance struct{}
10
11type Nixer interface {
12 PrintDevEnv(ctx context.Context, args *PrintDevEnvArgs) (*PrintDevEnvOut, error)
13}

Callers 1

execPrintDevEnvMethod · 0.65

Implementers 2

NixInstanceinternal/nix/instance.go
testNixinternal/devbox/devbox_test.go

Calls

no outgoing calls

Tested by

no test coverage detected