MCPcopy
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
137func getScriptId(scriptName string, scriptVersion uint64) string {
138 return fmt.Sprintf("%s:%d", scriptName, scriptVersion)
139}

Callers 3

loadExecutedMethod · 0.85
RegisterMethod · 0.85
ExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected