Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
func
(amf *AMF3) Marshals(v ...any) []byte {
162
for
_, vv :=
range
v {
163
amf.Marshal(vv)
164
}
165
return
amf.Buffer
166
}
167
168
func
MarshalAMF3s(v ...any) []byte {
169
var
amf AMF3
Callers
1
MarshalAMF3s
Function · 0.95
Calls
1
Marshal
Method · 0.95
Tested by
no test coverage detected