Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
25
func
NewUser() *User {
26
return
&User{}
27
}
28
29
func
GetTableUser() string {
30
return
getTable(
"user"
)
Callers
3
GetById
Method · 0.85
Models.go
File · 0.85
RegisterDB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected