MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / writeStr

Function writeStr

libs/json/encoder.go:251–254  ·  view source on GitHub ↗
(w io.Writer, s string)

Source from the content-addressed store, hash-verified

249}
250
251func writeStr(w io.Writer, s string) error {
252 _, err := w.Write([]byte(s))
253 return err
254}

Callers 6

encodeFunction · 0.85
encodeReflectFunction · 0.85
encodeReflectListFunction · 0.85
encodeReflectMapFunction · 0.85
encodeReflectStructFunction · 0.85
encodeReflectInterfaceFunction · 0.85

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected