Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
func
(amf *AMF) Marshals(v ...any) []byte {
204
for
_, vv :=
range
v {
205
amf.Marshal(vv)
206
}
207
return
amf.Buffer
208
}
209
210
func
(amf *AMF) Marshal(v any) []byte {
211
if
v == nil {
Callers
1
MarshalAMFs
Function · 0.95
Calls
1
Marshal
Method · 0.95
Tested by
no test coverage detected