MCPcopy
hub / github.com/rgburke/grv / Lock

Interface Lock

cmd/grv/abstract_window_view.go:22–25  ·  view source on GitHub ↗

Lock represents a lock that can be locked and unlocked

Source from the content-addressed store, hash-verified

20
21// Lock represents a lock that can be locked and unlocked
22type Lock interface {
23 Lock()
24 Unlock()
25}
26
27type abstractWindowViewHandler func(*AbstractWindowView, Action) error
28

Callers 16

InitialiseMethod · 0.65
DisposeMethod · 0.65
RenderMethod · 0.65
RenderHelpBarMethod · 0.65
OnStateChangeMethod · 0.65
OnCommitSelectedMethod · 0.65
OnFileSelectedMethod · 0.65
OnStageGroupSelectedMethod · 0.65
InitialiseMethod · 0.65
DisposeMethod · 0.65
RenderMethod · 0.65
RenderHelpBarMethod · 0.65

Implementers 1

MockLockcmd/grv/abstract_window_view_test.go

Calls

no outgoing calls

Tested by

no test coverage detected