MCPcopy Create free account
hub / github.com/go-task/task / CacheNode

Struct CacheNode

taskfile/node_cache.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const remoteCacheDir = "remote"
12
13type CacheNode struct {
14 *baseNode
15 source RemoteNode
16}
17
18func NewCacheNode(source RemoteNode, dir string) *CacheNode {
19 return &CacheNode{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected