Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
func
MarshalAMFs(v ...any) []byte {
199
var
amf AMF
200
return
amf.Marshals(v...)
201
}
202
203
func
(amf *AMF) Marshals(v ...any) []byte {
204
for
_, vv :=
range
v {
Callers
nothing calls this directly
Calls
1
Marshals
Method · 0.95
Tested by
no test coverage detected