MCPcopy
hub / github.com/dreadl0ck/netcap / formatInt32

Function formatInt32

types/utils.go:147–149  ·  view source on GitHub ↗
(v int32)

Source from the content-addressed store, hash-verified

145}
146
147func formatInt32(v int32) string {
148 return strconv.FormatInt(int64(v), 10)
149}
150
151func formatInt64(v int64) string {
152 return strconv.FormatInt(v, 10)

Callers 15

CSVRecordMethod · 0.85
getStringMethod · 0.85
CSVRecordMethod · 0.85
CSVRecordMethod · 0.85
getStringMethod · 0.85
CSVRecordMethod · 0.85
CSVRecordMethod · 0.85
CSVRecordMethod · 0.85
CSVRecordMethod · 0.85
CSVRecordMethod · 0.85
toStringMethod · 0.85
CSVRecordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected