MCPcopy Index your code
hub / github.com/buger/jsonparser / WriteToBuffer

Function WriteToBuffer

parser.go:723–726  ·  view source on GitHub ↗

SYS-REQ-009

(buffer []byte, str string)

Source from the content-addressed store, hash-verified

721
722// SYS-REQ-009
723func WriteToBuffer(buffer []byte, str string) int {
724 copy(buffer, str)
725 return len(str)
726}
727
728/*
729

Callers 1

createInsertComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…