MCPcopy
hub / github.com/pocketbase/pocketbase / PostScan

Method PostScan

core/settings_model.go:230–233  ·  view source on GitHub ↗

PostScan implements [Model.PostScan] interface method.

()

Source from the content-addressed store, hash-verified

228
229// PostScan implements [Model.PostScan] interface method.
230func (s *Settings) PostScan() error {
231 s.MarkAsNotNew()
232 return nil
233}
234
235// String returns a serialized string representation of the current settings.
236func (s *Settings) String() string {

Callers 2

loadParamMethod · 0.95
registerSettingsHooksMethod · 0.45

Calls 1

MarkAsNotNewMethod · 0.95

Tested by

no test coverage detected