Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/devlake
/ getScriptId
Function
getScriptId
backend/core/migration/migrator.go:137–139 ·
view source on GitHub ↗
(scriptName string, scriptVersion uint64)
Source
from the content-addressed store, hash-verified
135
}
136
137
func
getScriptId(scriptName string, scriptVersion uint64) string {
138
return
fmt.Sprintf(
"%s:%d"
, scriptName, scriptVersion)
139
}
Callers
3
loadExecuted
Method · 0.85
Register
Method · 0.85
Execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected