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

Function taskfileHash

taskfile/ast/graph.go:24–26  ·  view source on GitHub ↗
(vertex *TaskfileVertex)

Source from the content-addressed store, hash-verified

22}
23
24func taskfileHash(vertex *TaskfileVertex) string {
25 return vertex.URI
26}
27
28func NewTaskfileGraph() *TaskfileGraph {
29 return &TaskfileGraph{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…