MCPcopy Index your code
hub / github.com/semaphoreui/semaphore / GetFullPath

Method GetFullPath

db_lib/ShellApp.go:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (t *ShellApp) GetFullPath() (path string) {
64 path = t.Repository.GetFullPath(t.Template.ID)
65 return
66}
67
68func (t *ShellApp) SetLogger(logger task_logger.Logger) task_logger.Logger {
69 t.Logger = logger

Callers 6

makeCmdMethod · 0.95
openRepositoryFunction · 0.45
CloneMethod · 0.45
makeCmdMethod · 0.45
CloneMethod · 0.45
getRepoPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected