MCPcopy
hub / github.com/pocketbase/pocketbase / LogsStats

Method LogsStats

core/app.go:379–379  ·  view source on GitHub ↗

LogsStatsItem returns hourly grouped logs statistics.

(expr dbx.Expression)

Source from the content-addressed store, hash-verified

377
378 // LogsStatsItem returns hourly grouped logs statistics.
379 LogsStats(expr dbx.Expression) ([]*LogsStatsItem, error)
380
381 // DeleteOldLogs delete all logs that are created before createdBefore.
382 DeleteOldLogs(createdBefore time.Time) error

Callers 2

TestLogsStatsFunction · 0.65
logsStatsFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestLogsStatsFunction · 0.52