Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
type
WriterFunc
func
(p []byte) (int, error)
55
56
func
(f WriterFunc) Write(p []byte) (int, error) {
return
f(p) }
57
Callers
1
NewWrappedBase64Encoder
Function · 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…