MCPcopy Index your code
hub / github.com/coder/coder / ReportAppStats

Method ReportAppStats

enterprise/wsproxy/appstatsreporter.go:16–21  ·  view source on GitHub ↗
(ctx context.Context, stats []workspaceapps.StatsReport)

Source from the content-addressed store, hash-verified

14}
15
16func (r *appStatsReporter) ReportAppStats(ctx context.Context, stats []workspaceapps.StatsReport) error {
17 err := r.Client.ReportAppStats(ctx, wsproxysdk.ReportAppStatsRequest{
18 Stats: stats,
19 })
20 return err
21}

Callers

nothing calls this directly

Calls 1

ReportAppStatsMethod · 0.65

Tested by

no test coverage detected