MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / h1FallbackFromContext

Function h1FallbackFromContext

dialer/h2.go:50–53  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

48}
49
50func h1FallbackFromContext(ctx context.Context) bool {
51 h1Fallback, _ := ctx.Value(h1FallbackKey{}).(bool)
52 return h1Fallback
53}
54
55type handshaker interface {
56 HandshakeContext(context.Context) error

Callers 1

H2ProxyDialerFromURLFunction · 0.85

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected