MCPcopy 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
233func intPointer(value int) *int {
234 return &value
235}
236
237func floatPointer(value float64) *float64 {
238 return &value

Callers 2

TestBuildRequestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected