MCPcopy
hub / github.com/pocketbase/pocketbase / FindLogById

Method FindLogById

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

FindLogById finds a single Log entry by its id.

(id string)

Source from the content-addressed store, hash-verified

374
375 // FindLogById finds a single Log entry by its id.
376 FindLogById(id string) (*Log, error)
377
378 // LogsStatsItem returns hourly grouped logs statistics.
379 LogsStats(expr dbx.Expression) ([]*LogsStatsItem, error)

Callers 2

TestFindLogByIdFunction · 0.65
logsViewFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestFindLogByIdFunction · 0.52