github.com/gotd/td/bin.Buffer.Int256 (method)
6 uses
github.com/gotd/td/bin (current package)
decode.go#L201: func (b *Buffer) Int256() (Int256, error) {
int256.go#L10: v, err := buf.Int256()
github.com/gotd/td/internal/crypto
rand.go#L52: return b.Int256()
github.com/gotd/td/internal/mt
tl_p_q_inner_data_gen.go#L227: value, err := b.Int256()
tl_p_q_inner_data_gen.go#L487: value, err := b.Int256()
tl_p_q_inner_data_gen.go#L772: value, err := b.Int256()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |