MCPcopy Index your code
hub / github.com/Monibuca/engine / AMF

Struct AMF

util/amf.go:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67type EcmaArray map[string]any
68
69type AMF struct {
70 Buffer
71}
72
73func ReadAMF[T string | float64 | bool | map[string]any](amf *AMF) (result T) {
74 value, err := amf.Unmarshal()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected