MCPcopy Create free account
hub / github.com/cloudflare/cfssl / newAuthSignServer

Function newAuthSignServer

api/sign/sign_test.go:494–497  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

492}
493
494func newAuthSignServer(t *testing.T) *httptest.Server {
495 ts := httptest.NewServer(newTestAuthHandler(t))
496 return ts
497}
498
499func TestAuthSign(t *testing.T) {
500 conf, err := config.LoadConfig([]byte(validAuthLocalConfig))

Callers 1

testAuthSignFileFunction · 0.85

Calls 1

newTestAuthHandlerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…