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

Method Marshals

util/amf.go:203–208  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

201}
202
203func (amf *AMF) Marshals(v ...any) []byte {
204 for _, vv := range v {
205 amf.Marshal(vv)
206 }
207 return amf.Buffer
208}
209
210func (amf *AMF) Marshal(v any) []byte {
211 if v == nil {

Callers 1

MarshalAMFsFunction · 0.95

Calls 1

MarshalMethod · 0.95

Tested by

no test coverage detected