MCPcopy 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
9func TestGet(t *testing.T) {
10 mode = Prod
11 require.Equal(t, Prod, Get())
12}
13
14func TestSet(t *testing.T) {
15 Set(Prod)

Callers

nothing calls this directly

Calls 1

GetFunction · 0.70

Tested by

no test coverage detected