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

Method Method

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

Method returns the "method" record field value.

()

Source from the content-addressed store, hash-verified

95
96// Method returns the "method" record field value.
97func (m *MFA) Method() string {
98 return m.GetString("method")
99}
100
101// SetMethod updates the "method" record field value.
102func (m *MFA) SetMethod(method string) {

Callers 4

TestMFAMethodFunction · 0.95
checkMFAFunction · 0.95
hooksBindsFunction · 0.80
hooksDeclarationsFunction · 0.80

Calls 1

GetStringMethod · 0.80

Tested by 1

TestMFAMethodFunction · 0.76