Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buger/jsonparser
/ WriteToBuffer
Function
WriteToBuffer
parser.go:860–863 ·
view source on GitHub ↗
SYS-REQ-009
(buffer []byte, str string)
Source
from the content-addressed store, hash-verified
858
859
// SYS-REQ-009
860
func
WriteToBuffer(buffer []byte, str string) int {
861
copy(buffer, str)
862
return
len(str)
863
}
864
865
/*
866
Callers
2
createInsertComponent
Function · 0.85
TestPropertyBufferOpsPure
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestPropertyBufferOpsPure
Function · 0.68