MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / getInt

Method getInt

api/pkg/requests/message_index_request.go:66–69  ·  view source on GitHub ↗

getLimit gets the take as a string

(value string)

Source from the content-addressed store, hash-verified

64
65// getLimit gets the take as a string
66func (input *MessageIndex) getInt(value string) int {
67 val, _ := strconv.Atoi(value)
68 return val
69}

Callers 1

ToGetParamsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected