Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/go-task/task
/ checksum
Function
checksum
taskfile/node_cache.go:109–113 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
107
}
108
109
func
checksum(b []byte) string {
110
h := sha256.New()
111
h.Write(b)
112
return
fmt.Sprintf(
"%x"
, h.Sum(nil))
113
}
Callers
4
readNodeContent
Method · 0.85
readRemoteNodeContent
Method · 0.85
CacheKey
Method · 0.85
CacheKey
Method · 0.85
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…