MCPcopy Index your code
hub / github.com/TruthHun/DocHub / NewUser

Function NewUser

models/UserModel.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func NewUser() *User {
26 return &User{}
27}
28
29func GetTableUser() string {
30 return getTable("user")

Callers 3

GetByIdMethod · 0.85
Models.goFile · 0.85
RegisterDBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected