MCPcopy
hub / github.com/authgear/authgear-server / Add

Method Add

pkg/util/otelutil/metric.go:28–28  ·  view source on GitHub ↗
(ctx context.Context, incr int64, options ...metric.AddOption)

Source from the content-addressed store, hash-verified

26// IntCounter is metric.Int64Counter or metric.Int64UpDownCounter
27type IntCounter interface {
28 Add(ctx context.Context, incr int64, options ...metric.AddOption)
29}
30
31type MetricOption interface {

Callers 15

GetDataMethod · 0.65
GetDataMethod · 0.65
GetDataMethod · 0.65
navigateWithScreenMethod · 0.65
GetDataMethod · 0.65
GetDataMethod · 0.65
GetDataMethod · 0.65
ViewModelMethod · 0.65
HandleMethod · 0.65
VerifyMethod · 0.65
sendTemplateMethod · 0.65

Implementers 2

MultipartSchemapkg/util/validation/schema.go
Routerpkg/util/httproute/httproute.go

Calls

no outgoing calls

Tested by 15

TestOfflineGrantServiceFunction · 0.52
TestAccessTokenFunction · 0.52
TestClientAccessTokenFunction · 0.52
TestIDTokenIssuerFunction · 0.52
TestDPoPProviderFunction · 0.52
TestMiddlewareFunction · 0.52
initFunction · 0.52