MCPcopy
hub / github.com/pocketbase/pocketbase / baseRecordEventData

Struct baseRecordEventData

core/events.go:43–45  ·  view source on GitHub ↗

-------------------------------------------------------------------

Source from the content-addressed store, hash-verified

41// -------------------------------------------------------------------
42
43type baseRecordEventData struct {
44 Record *Record
45}
46
47func (e *baseRecordEventData) Tags() []string {
48 if e.Record == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected