Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
251
func
writeStr(w io.Writer, s string) error {
252
_, err := w.Write([]byte(s))
253
return
err
254
}
Callers
6
encode
Function · 0.85
encodeReflect
Function · 0.85
encodeReflectList
Function · 0.85
encodeReflectMap
Function · 0.85
encodeReflectStruct
Function · 0.85
encodeReflectInterface
Function · 0.85
Calls
1
Write
Method · 0.65
Tested by
no test coverage detected