MCPcopy Create free account
hub / github.com/chain/txvm / Map

TypeAlias Map

encoding/json/json.go:31–31  ·  view source on GitHub ↗

Map is a byte slice that should parse as a string encoding a JSON object. This is checked in UnmarshalJSON.

Source from the content-addressed store, hash-verified

29// Map is a byte slice that should parse as a string encoding a JSON
30// object. This is checked in UnmarshalJSON.
31type Map []byte
32
33// MarshalJSON satisfies the json.Marshaler interface.
34func (m Map) MarshalJSON() ([]byte, error) {

Callers 1

TestMarshalJSONMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected