MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / HexOrDecimal256

TypeAlias HexOrDecimal256

utils/big.go:56–56  ·  view source on GitHub ↗

HexOrDecimal256 marshals big.Int as hex or decimal.

Source from the content-addressed store, hash-verified

54
55// HexOrDecimal256 marshals big.Int as hex or decimal.
56type HexOrDecimal256 big.Int
57
58// UnmarshalText implements encoding.TextUnmarshaler.
59func (i *HexOrDecimal256) UnmarshalText(input []byte) error {

Callers 1

UnmarshalTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected