MCPcopy Create free account
hub / github.com/PasarGuard/node / TestCollectUnixSocketPathsNilConfig

Function TestCollectUnixSocketPathsNilConfig

backend/xray/core_socket_test.go:31–35  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

29}
30
31func TestCollectUnixSocketPathsNilConfig(t *testing.T) {
32 if got := collectUnixSocketPaths(nil); got != nil {
33 t.Fatalf("collectUnixSocketPaths(nil) = %v, want nil", got)
34 }
35}

Callers

nothing calls this directly

Calls 1

collectUnixSocketPathsFunction · 0.85

Tested by

no test coverage detected