MCPcopy Index your code
hub / github.com/go-task/task / Location

Method Location

taskfile/node_git.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (node *GitNode) Location() string {
94 return node.rawUrl
95}
96
97func (node *GitNode) Remote() bool {
98 return true

Callers 5

TestGitNode_sshFunction · 0.95
TestGitNode_sshWithDirFunction · 0.95
TestGitNode_httpsFunction · 0.95
TestGitNode_httpsWithDirFunction · 0.95
CacheKeyMethod · 0.95

Calls

no outgoing calls

Tested by 4

TestGitNode_sshFunction · 0.76
TestGitNode_sshWithDirFunction · 0.76
TestGitNode_httpsFunction · 0.76
TestGitNode_httpsWithDirFunction · 0.76