MCPcopy
hub / github.com/TarsCloud/TarsGo / Min

Struct Min

tars/propertyf.go:183–186  ·  view source on GitHub ↗

Min is the struct for counting the min value.

Source from the content-addressed store, hash-verified

181
182// Min is the struct for counting the min value.
183type Min struct {
184 data int
185 mlock *sync.Mutex
186}
187
188// NewMin new and init the min struct.
189func NewMin() *Min {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected