MCPcopy
hub / github.com/apache/answer / IntToString

Function IntToString

pkg/converter/str.go:45–47  ·  view source on GitHub ↗
(data int64)

Source from the content-addressed store, hash-verified

43}
44
45func IntToString(data int64) string {
46 return fmt.Sprintf("%d", data)
47}
48
49// InterfaceToString converts data to string
50// It will be used in template render

Callers 6

GetObjectTimelineMethod · 0.92
SearchTagLikeMethod · 0.92
GetTagInfoMethod · 0.92
GetFollowingTagsMethod · 0.92
http_funcmap.goFile · 0.92
ToQueryStringMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected