Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
type
Migrator
interface
{
34
Register(scripts []MigrationScript, comment string)
35
Execute() errors.Error
36
HasPendingScripts() bool
37
}
38
Callers
1
TestHasPendingScripts
Function · 0.95
Implementers
1
migratorImpl
backend/core/migration/migrator.go
Calls
no outgoing calls
Tested by
1
TestHasPendingScripts
Function · 0.76