Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiprodcoder/MIXAPI
/ Marshal
Function
Marshal
common/json.go:20–22 ·
view source on GitHub ↗
(v any)
Source
from the content-addressed store, hash-verified
18
}
19
20
func
Marshal(v any) ([]byte, error) {
21
return
json.Marshal(v)
22
}
Callers
4
Value
Method · 0.92
ToMap
Method · 0.92
aliHandler
Function · 0.92
ObjectData
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected