Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ stringWrapper
Struct
stringWrapper
common/custom-event.go:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
type
stringWrapper
struct
{
20
io.Writer
21
}
22
23
func
(w stringWrapper) writeString(str string) (int, error) {
24
return
w.Writer.Write([]byte(str))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected