Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Role
Struct
Role
tests/scanner_valuer_test.go:273–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
type
Role
struct
{
274
Name string `gorm:
"size:256"
`
275
}
276
277
func
(role *Role) Scan(value
interface
{}) error {
278
if
b, ok := value.([]uint8); ok {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected