Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ ptrInt64
Function
ptrInt64
pkg/agent/helpers.go:3–5 ·
view source on GitHub ↗
(v int64)
Source
from the content-addressed store, hash-verified
1
package
agent
2
3
func
ptrInt64(v int64) *int64 {
4
return
&v
5
}
Callers
1
executeSingleTool
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected