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

Method GetDynamicGitUrl

backend/plugins/gitextractor/impl/impl.go:42–42  ·  view source on GitHub ↗
(taskCtx plugin.TaskContext, connectionId uint64, repoUrl string)

Source from the content-addressed store, hash-verified

40
41type DynamicGitUrl interface {
42 GetDynamicGitUrl(taskCtx plugin.TaskContext, connectionId uint64, repoUrl string) (string, errors.Error)
43}
44
45func (p GitExtractor) GetTablesInfo() []dal.Tabler {

Callers 1

PrepareTaskDataMethod · 0.65

Implementers 1

Githubbackend/plugins/github/impl/impl.go

Calls

no outgoing calls

Tested by

no test coverage detected