MCPcopy Create free account
hub / github.com/francoispqt/gojay / AddSliceString

Method AddSliceString

encode_slice.go:4–6  ·  view source on GitHub ↗

AddSliceString marshals the given []string s

(s []string)

Source from the content-addressed store, hash-verified

2
3// AddSliceString marshals the given []string s
4func (enc *Encoder) AddSliceString(s []string) {
5 enc.SliceString(s)
6}
7
8// SliceString marshals the given []string s
9func (enc *Encoder) SliceString(s []string) {

Callers

nothing calls this directly

Calls 1

SliceStringMethod · 0.95

Tested by

no test coverage detected