MCPcopy Create free account
hub / github.com/ericls/imgdd / stringInt

Function stringInt

httpserver/image_response_cache.go:121–123  ·  view source on GitHub ↗
(v int)

Source from the content-addressed store, hash-verified

119}
120
121func stringInt(v int) string {
122 return strconv.Itoa(v)
123}

Callers 1

writeCachedImageResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected