MCPcopy
hub / github.com/pocketbase/pocketbase / Record

Struct Record

core/record_model.go:39–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37)
38
39type Record struct {
40 collection *Collection
41 originalData map[string]any
42 customVisibility *store.Store[string, bool]
43 data *store.Store[string, any]
44 expand *store.Store[string, any]
45
46 BaseModel
47
48 exportCustomData bool
49 ignoreEmailVisibility bool
50 ignoreUnchangedFields bool
51}
52
53const systemHookIdRecord = "__pbRecordSystemHook__"
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected