Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buger/jsonparser
/ WriteToBuffer
Function
WriteToBuffer
parser.go:880–883 ·
view source on GitHub ↗
SYS-REQ-009
(buffer []byte, str string)
Source
from the content-addressed store, hash-verified
878
879
// SYS-REQ-009
880
func
WriteToBuffer(buffer []byte, str string) int {
881
copy(buffer, str)
882
return
len(str)
883
}
884
885
/*
886
Callers
2
createInsertComponent
Function · 0.85
TestPropertyBufferOpsPure
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestPropertyBufferOpsPure
Function · 0.68