MCPcopy Create free account
hub / github.com/pquerna/ffjson / MarshalJSON

Method MarshalJSON

tests/ff.go:1055–1057  ·  view source on GitHub ↗

MarshalJSON func

()

Source from the content-addressed store, hash-verified

1053
1054// MarshalJSON func
1055func (r GiveError) MarshalJSON() ([]byte, error) {
1056 return nil, ErrGiveError
1057}
1058
1059// UnmarshalJSON func
1060func (r *GiveError) UnmarshalJSON([]byte) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected