MCPcopy
hub / github.com/pocketbase/pocketbase / LogQuery

Method LogQuery

core/log_query.go:11–13  ·  view source on GitHub ↗

LogQuery returns a new Log select query.

()

Source from the content-addressed store, hash-verified

9
10// LogQuery returns a new Log select query.
11func (app *BaseApp) LogQuery() *dbx.SelectQuery {
12 return app.AuxModelQuery(&Log{})
13}
14
15// FindLogById finds a single Log entry by its id.
16func (app *BaseApp) FindLogById(id string) (*Log, error) {

Callers 2

FindLogByIdMethod · 0.95
LogsStatsMethod · 0.95

Calls 1

AuxModelQueryMethod · 0.95

Tested by

no test coverage detected