MCPcopy Create free account
hub / github.com/coder/envbuilder / stubLookupEnv

Function stubLookupEnv

devcontainer/devcontainer_test.go:29–31  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

27var emptyRemoteOpts []remote.Option
28
29func stubLookupEnv(string) (string, bool) {
30 return "", false
31}
32
33func TestParse(t *testing.T) {
34 t.Parallel()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected