MCPcopy Create free account
hub / github.com/devfeel/mapper / Int8

Method Int8

convert.go:57–60  ·  view source on GitHub ↗

Int8 string to int8

()

Source from the content-addressed store, hash-verified

55
56// Int8 string to int8
57func (f Convert) Int8() (int8, error) {
58 v, err := strconv.ParseInt(f.String(), 10, 8)
59 return int8(v), err
60}
61
62// Int16 string to int16
63func (f Convert) Int16() (int16, error) {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected