MCPcopy
hub / github.com/matryer/xbar / EachFunc

FuncType EachFunc

tools/sitegen/repo.go:21–21  ·  view source on GitHub ↗

EachFunc is the callback that recievesplugins described with metadata.Plugin.

func(payload metadata.Plugin)

Source from the content-addressed store, hash-verified

19// EachFunc is the callback that recievesplugins
20// described with metadata.Plugin.
21type EachFunc func(payload metadata.Plugin)
22
23// RepoReader reads the repo calling EachFunc for each
24// page of metadata.Plugin results.

Callers 2

TestReadRepoFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected