Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openclaw/gogcli
/ intPointer
Function
intPointer
internal/docsformat/format_test.go:233–235 ·
view source on GitHub ↗
(value int)
Source
from the content-addressed store, hash-verified
231
}
232
233
func
intPointer(value int) *int {
234
return
&value
235
}
236
237
func
floatPointer(value float64) *float64 {
238
return
&value
Callers
2
TestBuildRequests
Function · 0.85
TestBuildRequestsValidation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected