MCPcopy Create free account
hub / github.com/Monibuca/engine / MarshalAMF3s

Function MarshalAMF3s

util/amf3.go:168–173  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

166}
167
168func MarshalAMF3s(v ...any) []byte {
169 var amf AMF3
170 amf.ocEnc = make(map[uintptr]int)
171 amf.scEnc = make(map[string]int)
172 return amf.Marshals(v...)
173}
174
175func (amf *AMF3) Marshal(v any) []byte {
176 if v == nil {

Callers

nothing calls this directly

Calls 1

MarshalsMethod · 0.95

Tested by

no test coverage detected