MCPcopy Index your code
hub / github.com/tmrts/boilr / String

Interface String

pkg/util/stringutil/stringutil.go:6–9  ·  view source on GitHub ↗

String wraps string with io.ReadWriter

Source from the content-addressed store, hash-verified

4
5// String wraps string with io.ReadWriter
6type String interface {
7 io.ReadWriter
8 String() string
9}
10
11// NewString creates a String
12func NewString(contents string) String {

Callers 8

ExecuteMethod · 0.95
TestWritesToStringFunction · 0.95
GetBoolFlagFunction · 0.65
GetStringFlagFunction · 0.65
list.goFile · 0.65
TestMarshalsTimeFunction · 0.65
ValidateVarArgsFunction · 0.80
ValidateArgsFunction · 0.80

Implementers 1

Metadatapkg/template/metadata.go

Calls

no outgoing calls

Tested by

no test coverage detected