MCPcopy
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
889type lockStatementImpl struct {
890 locks []tableLock
891}
892
893type tableLock struct {
894 t *Table

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected