MCPcopy
hub / github.com/homeport/dyff / WriteString

Method WriteString

pkg/dyff/output_human.go:48–48  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

46// stringWriter is the interface that wraps the WriteString method.
47type stringWriter interface {
48 WriteString(s string) (int, error)
49}
50
51// HumanReport is a reporter with human readable output in mind

Calls

no outgoing calls

Tested by

no test coverage detected