MCPcopy Create free account
hub / github.com/apache/devlake / String

Method String

backend/impls/dalgorm/dalgorm.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44type ColumnType string
45
46func (c ColumnType) String() string {
47 return string(c)
48}
49
50// Dalgorm implements the dal.Dal interface with gorm
51type Dalgorm struct {

Callers 2

FetchMethod · 0.45
AddColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected