Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
func
(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
63
func
(f Convert) Int16() (int16, error) {
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected