MCPcopy
hub / github.com/pocketbase/pocketbase / Items

Method Items

core/migrations_list.go:27–29  ·  view source on GitHub ↗

Items returns the internal migrations list slice.

()

Source from the content-addressed store, hash-verified

25
26// Items returns the internal migrations list slice.
27func (l *MigrationsList) Items() []*Migration {
28 return l.list
29}
30
31// Copy copies all provided list migrations into the current one.
32func (l *MigrationsList) Copy(list MigrationsList) {

Callers 7

TestMigrationsListFunction · 0.95
CopyMethod · 0.80
RunMethod · 0.80
UpMethod · 0.80
DownMethod · 0.80
lastAppliedMigrationsMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestMigrationsListFunction · 0.76