MCPcopy
hub / github.com/semaphoreui/semaphore / GitRepository

Struct GitRepository

db_lib/GitRepository.go:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type GitRepository struct {
32 TmpDirName string
33 TemplateID int
34 Repository db.Repository
35 Logger task_logger.Logger
36 Client GitClient
37}
38
39func (r GitRepository) GetFullPath() string {
40 if r.TmpDirName != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected