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

Function NewUserInfo

models/UserModel.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func NewUserInfo() *UserInfo {
44 return &UserInfo{}
45}
46func GetTableUserInfo() string {
47 return getTable("user_info")
48}

Callers 3

GetByIdMethod · 0.85
Models.goFile · 0.85
RegisterDBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected