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

Struct AMF3

util/amf3.go:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type AMF3 struct {
32 AMF
33 scEnc map[string]int
34 scDec []string
35 ocEnc map[uintptr]int
36 ocDec []any
37 reservStruct bool
38}
39
40func (amf *AMF3) readString() (string, error) {
41 index, err := amf.readU29()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected