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

Method Location

taskfile/node_http.go:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (node *HTTPNode) Location() string {
101 return node.url.Redacted()
102}
103
104func (node *HTTPNode) Read() ([]byte, error) {
105 return node.ReadContext(context.Background())

Callers 2

ReadContextMethod · 0.95
CacheKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected