Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ lockStatementImpl
Struct
lockStatementImpl
database/sqlbuilder/statement.go:889–891 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
887
}
888
889
type
lockStatementImpl
struct
{
890
locks []tableLock
891
}
892
893
type
tableLock
struct
{
894
t *Table
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected