MCPcopy 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

1package agent
2
3func ptrInt64(v int64) *int64 {
4 return &v
5}

Callers 1

executeSingleToolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected