MCPcopy Index your code
hub / github.com/bare-cli/bare / String

Interface String

utils/stringutils/stringutil.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "io"
4
5type String interface {
6 io.ReadWriter
7 String() string
8}
9
10func NewString(contents string) String {
11 s := str(contents)

Callers 1

ExecuteFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected