MCPcopy Create free account
hub / github.com/bep/s3deploy / Printf

Method Printf

lib/deployer.go:131–131  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

129type printer interface {
130 Println(a ...any) (n int, err error)
131 Printf(format string, a ...any) (n int, err error)
132}
133
134type print struct {

Callers 4

parseAndRunFunction · 0.65
DeployFunction · 0.65
enqueueUploadMethod · 0.65
InvalidateCDNCacheMethod · 0.65

Implementers 1

printlib/deployer.go

Calls

no outgoing calls

Tested by

no test coverage detected