Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
var
emptyRemoteOpts []remote.Option
28
29
func
stubLookupEnv(string) (string, bool) {
30
return
""
, false
31
}
32
33
func
TestParse(t *testing.T) {
34
t.Parallel()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected