MCPcopy
hub / github.com/hoanhan101/ultimate-go / Lock

Method Lock

go/design/conversion_1.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14// Locker provides support for locking and unlocking things.
15type Locker interface {
16 Lock()
17 Unlock()
18}
19

Callers 2

mainFunction · 0.65
writerFunction · 0.65

Implementers 1

bikego/design/conversion_1.go

Calls

no outgoing calls

Tested by

no test coverage detected