Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buger/jsonparser
/ WriteToBuffer
Function
WriteToBuffer
parser.go:1168–1171 ·
view source on GitHub ↗
SYS-REQ-009
(buffer []byte, str string)
Source
from the content-addressed store, hash-verified
1166
1167
// SYS-REQ-009
1168
func
WriteToBuffer(buffer []byte, str string) int {
1169
copy(buffer, str)
1170
return
len(str)
1171
}
1172
1173
/*
1174
Callers
3
createInsertComponent
Function · 0.85
Append
Function · 0.85
TestPropertyBufferOpsPure
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestPropertyBufferOpsPure
Function · 0.68