MCPcopy
hub / github.com/dunglas/mercure / Enabled

Method Enabled

logging.go:23–25  ·  view source on GitHub ↗
(ctx context.Context, level slog.Level)

Source from the content-addressed store, hash-verified

21}
22
23func (m mercureHandler) Enabled(ctx context.Context, level slog.Level) bool {
24 return m.innerHandler.Enabled(ctx, level)
25}
26
27func (m mercureHandler) Handle(ctx context.Context, record slog.Record) error {
28 var attrs []slog.Attr

Callers 15

DemoMethod · 0.80
ServeMethod · 0.80
listenShutdownMethod · 0.80
chainHandlersMethod · 0.80
SubscriptionsHandlerMethod · 0.80
SubscriptionHandlerMethod · 0.80
initSubscriptionMethod · 0.80
handleFullChanMethod · 0.80
PublishMethod · 0.80
PublishHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected