MCPcopy
hub / github.com/pocketbase/pocketbase / SetFingerprint

Method SetFingerprint

core/auth_origin_model.go:97–99  ·  view source on GitHub ↗

SetFingerprint updates the "fingerprint" record field value.

(fingerprint string)

Source from the content-addressed store, hash-verified

95
96// SetFingerprint updates the "fingerprint" record field value.
97func (m *AuthOrigin) SetFingerprint(fingerprint string) {
98 m.Set("fingerprint", fingerprint)
99}
100
101// Created returns the "created" record field value.
102func (m *AuthOrigin) Created() types.DateTime {

Callers 6

authAlertFunction · 0.95
TestRecordCrudUpdateFunction · 0.95

Calls 1

SetMethod · 0.65

Tested by 5

TestRecordCrudUpdateFunction · 0.76