Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ TestNonExistentFeature
Function
TestNonExistentFeature
internal/boxcli/featureflag/feature_test.go:35–40 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
33
}
34
35
func
TestNonExistentFeature(t *testing.T) {
36
name :=
"TestNonExistentFeature"
37
if
features[name].Enabled() {
38
t.Errorf(
"got %s.Enabled() = true, want false."
, name)
39
}
40
}
Callers
nothing calls this directly
Calls
1
Enabled
Method · 0.80
Tested by
no test coverage detected