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

Function MarshalAMFs

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

Source from the content-addressed store, hash-verified

196}
197
198func MarshalAMFs(v ...any) []byte {
199 var amf AMF
200 return amf.Marshals(v...)
201}
202
203func (amf *AMF) Marshals(v ...any) []byte {
204 for _, vv := range v {

Callers

nothing calls this directly

Calls 1

MarshalsMethod · 0.95

Tested by

no test coverage detected