Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/screego/server
/ TestGet
Function
TestGet
config/mode/mode_test.go:9–12 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
TestGet(t *testing.T) {
10
mode = Prod
11
require.Equal(t, Prod, Get())
12
}
13
14
func
TestSet(t *testing.T) {
15
Set(Prod)
Callers
nothing calls this directly
Calls
1
Get
Function · 0.70
Tested by
no test coverage detected