Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
type
ColumnType string
45
46
func
(c ColumnType) String() string {
47
return
string(c)
48
}
49
50
// Dalgorm implements the dal.Dal interface with gorm
51
type
Dalgorm
struct
{
Callers
2
Fetch
Method · 0.45
AddColumn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected