Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ WithCertKey
Function
WithCertKey
taskfile/node_base.go:73–77 ·
view source on GitHub ↗
(certKey string)
Source
from the content-addressed store, hash-verified
71
}
72
73
func
WithCertKey(certKey string) NodeOption {
74
return
func
(node *baseNode) {
75
node.certKey = certKey
76
}
77
}
Callers
2
getRootNode
Method · 0.92
include
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…