Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/gh-ost
/ Len
Method
Len
go/sql/types.go:300–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
}
299
300
func
(uk *UniqueKey) Len() int {
301
return
uk.Columns.Len()
302
}
303
304
func
(uk *UniqueKey) String() string {
305
description := uk.Name
Callers
15
TestParseColumnList
Function · 0.45
TestParseAlterStatementrivialRename
Function · 0.45
TestParseAlterStatementrivialRenames
Function · 0.45
TestParseAlterStatementNonTrivial
Function · 0.45
TestParseAlterStatementDroppedColumns
Function · 0.45
buildColumnsPreparedValues
Function · 0.45
NewCheckpointQueryBuilder
Function · 0.45
BuildQuery
Method · 0.45
BuildSetPreparedClause
Function · 0.45
BuildRangeInsertQuery
Function · 0.45
BuildUniqueKeyRangeEndPreparedQueryViaOffset
Function · 0.45
BuildUniqueKeyRangeEndPreparedQueryViaTemptable
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestParseColumnList
Function · 0.36
TestParseAlterStatementrivialRename
Function · 0.36
TestParseAlterStatementrivialRenames
Function · 0.36
TestParseAlterStatementNonTrivial
Function · 0.36
TestParseAlterStatementDroppedColumns
Function · 0.36
TestParseLoadMap
Function · 0.36
TestInspectGetSharedUniqueKeys
Function · 0.36
TestMigratorOnChangelogEvent
Function · 0.36
TestMigratorValidateStatement
Function · 0.36
TestApplierBuildDMLEventQuery
Function · 0.36
TestPanicOnWarningsWithDuplicateKeyOnNonMigrationIndex
Method · 0.36
TestPanicOnWarningsWithDuplicateCompositeUniqueKey
Method · 0.36