MCPcopy Index your code
hub / github.com/pocketbase/pocketbase / FindFirstRecordByData

Method FindFirstRecordByData

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

FindFirstRecordByData returns the first found record matching the provided key-value pair.

(collectionModelOrIdentifier any, key string, value any)

Source from the content-addressed store, hash-verified

601 // FindFirstRecordByData returns the first found record matching
602 // the provided key-value pair.
603 FindFirstRecordByData(collectionModelOrIdentifier any, key string, value any) (*Record, error)
604
605 // FindRecordsByFilter returns limit number of records matching the
606 // provided string filter.

Callers 9

TestSendRecordAuthAlertFunction · 0.65
TestSendRecordOTPFunction · 0.65
TestRecordSaveFunction · 0.65
TestRecordAuthWithOAuth2Function · 0.65

Calls

no outgoing calls

Tested by 9

TestSendRecordAuthAlertFunction · 0.52
TestSendRecordOTPFunction · 0.52
TestRecordSaveFunction · 0.52
TestRecordAuthWithOAuth2Function · 0.52