MCPcopy 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
880func WriteToBuffer(buffer []byte, str string) int {
881 copy(buffer, str)
882 return len(str)
883}
884
885/*
886

Callers 2

createInsertComponentFunction · 0.85

Calls

no outgoing calls

Tested by 1