MCPcopy 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
1168func WriteToBuffer(buffer []byte, str string) int {
1169 copy(buffer, str)
1170 return len(str)
1171}
1172
1173/*
1174

Callers 3

createInsertComponentFunction · 0.85
AppendFunction · 0.85

Calls

no outgoing calls

Tested by 1