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

Method Marshals

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

Source from the content-addressed store, hash-verified

159}
160
161func (amf *AMF3) Marshals(v ...any) []byte {
162 for _, vv := range v {
163 amf.Marshal(vv)
164 }
165 return amf.Buffer
166}
167
168func MarshalAMF3s(v ...any) []byte {
169 var amf AMF3

Callers 1

MarshalAMF3sFunction · 0.95

Calls 1

MarshalMethod · 0.95

Tested by

no test coverage detected