MCPcopy
hub / github.com/apache/devlake / Name

Method Name

backend/core/dal/dal.go:94–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92// ColumnMeta column type interface
93type ColumnMeta interface {
94 Name() string
95 DatabaseTypeName() string // varchar
96 ColumnType() (columnType string, ok bool) // varchar(64)
97 PrimaryKey() (isPrimaryKey bool, ok bool)

Callers 15

createArchiveFunction · 0.65
copyContentsToArchiveFunction · 0.65
GatherCallFramesFunction · 0.65
ConvertFunction · 0.65
LoadGoPluginsFunction · 0.65
LoadRemotePluginsFunction · 0.65
DumpInfoFunction · 0.65
NewDomainIdGeneratorFunction · 0.65
GenerateMethod · 0.65
GetColumnNamesFunction · 0.65
GetPrimarykeyColumnNamesFunction · 0.65
RegisterMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected