MCPcopy
hub / github.com/FiloSottile/age / WriterFunc

FuncType WriterFunc

internal/format/format.go:54–54  ·  view source on GitHub ↗
func(p []byte) (int, error)

Source from the content-addressed store, hash-verified

52}
53
54type WriterFunc func(p []byte) (int, error)
55
56func (f WriterFunc) Write(p []byte) (int, error) { return f(p) }
57

Callers 1

NewWrappedBase64EncoderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…