MCPcopy Create free account
hub / github.com/eth-easl/dirigent / Int64Ptr

Function Int64Ptr

internal/data_plane/haproxy/manager.go:207–212  ·  view source on GitHub ↗
(val int)

Source from the content-addressed store, hash-verified

205}
206
207func Int64Ptr(val int) *int64 {
208 var p = new(int64)
209 *p = int64(val)
210
211 return p
212}
213
214func (api *API) persistServerMetadata(name string, ipAddress string, port int, transaction string, version int64) {
215 newServer := &models.Server{

Callers 2

addRegistrationServerMethod · 0.85
persistServerMetadataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected