Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu-golang/pbrpc
/ int64ToString
Function
int64ToString
httpserver.go:189–191 ·
view source on GitHub ↗
(i int64)
Source
from the content-addressed store, hash-verified
187
}
188
189
func
int64ToString(i int64) string {
190
return
strconv.Itoa(int(i))
191
}
192
193
func
errResponse(errno int, message string) *ResponseData {
194
return
&ResponseData{ErrNo: errno, Message: message}
Callers
1
ServeHTTP
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected