MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / writeString

Method writeString

common/custom-event.go:16–16  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

14type stringWriter interface {
15 io.Writer
16 writeString(string) (int, error)
17}
18
19type stringWrapper struct {

Callers 1

writeDataFunction · 0.65

Implementers 1

stringWrappercommon/custom-event.go

Calls

no outgoing calls

Tested by

no test coverage detected