Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rgburke/grv
/ MockLock
Struct
MockLock
cmd/grv/abstract_window_view_test.go:254–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
252
}
253
254
type
MockLock
struct
{
255
mock.Mock
256
}
257
258
func
(lock *MockLock) Lock() {
259
lock.Called()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected