MCPcopy
hub / github.com/go-chi/chi / String

Method String

mux_test.go:2017–2019  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2015}
2016
2017func (k ctxKey) String() string {
2018 return "context value " + k.name
2019}
2020
2021func BenchmarkMux(b *testing.B) {
2022 h1 := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {})

Callers 3

TestMuxSubroutesFunction · 0.45
TestSingleHandlerFunction · 0.45
testHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected