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

Method Read

taskfile/node_http.go:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (node *HTTPNode) Read() ([]byte, error) {
105 return node.ReadContext(context.Background())
106}
107
108func (node *HTTPNode) ReadContext(ctx context.Context) ([]byte, error) {
109 url, err := RemoteExists(ctx, *node.url, node.client)

Callers

nothing calls this directly

Calls 1

ReadContextMethod · 0.95

Tested by

no test coverage detected