MCPcopy
hub / github.com/Jguer/yay / CheckFn

FuncType CheckFn

pkg/dep/topo/dep.go:52–52  ·  view source on GitHub ↗

CheckFn is a callback used by traversal helpers. It receives the node id plus the node's value.

func(T, V) error

Source from the content-addressed store, hash-verified

50
51// CheckFn is a callback used by traversal helpers. It receives the node id plus the node's value.
52type CheckFn[T comparable, V any] func(T, V) error
53
54// Graph is a directed dependency graph.
55//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected