MCPcopy 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
860func WriteToBuffer(buffer []byte, str string) int {
861 copy(buffer, str)
862 return len(str)
863}
864
865/*
866

Callers 2

createInsertComponentFunction · 0.85

Calls

no outgoing calls

Tested by 1