MCPcopy Create free account
hub / github.com/blobcache/blobcache / printOK

Function printOK

src/blobcachecmd/tx.go:392–394  ·  view source on GitHub ↗
(c star.Context, method string)

Source from the content-addressed store, hash-verified

390}
391
392func printOK(c star.Context, method string) {
393 c.Printf("%s %s OK\n", checkmark, method)
394}
395
396var volHParam = &star.Required[blobcache.Handle]{
397 PosName: "volh",

Callers 3

handle.goFile · 0.85
tx.goFile · 0.85
volume.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected