MCPcopy Index your code
hub / github.com/apache/devlake / Execute

Method Execute

backend/core/plugin/plugin_migration.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33type Migrator interface {
34 Register(scripts []MigrationScript, comment string)
35 Execute() errors.Error
36 HasPendingScripts() bool
37}
38

Callers 1

TestHasPendingScriptsFunction · 0.95

Implementers 1

migratorImplbackend/core/migration/migrator.go

Calls

no outgoing calls

Tested by 1

TestHasPendingScriptsFunction · 0.76