MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / nextId

Method nextId

internal/waf/ip_list.go:328–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326}
327
328func (this *IPList) nextId() uint64 {
329 return atomic.AddUint64(&this.id, 1)
330}

Callers 2

AddMethod · 0.95
LoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected