Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ NewCreditLog
Function
NewCreditLog
models/credit.go:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
func
NewCreditLog() *CreditLog {
78
return
&CreditLog{}
79
}
80
81
func
NewCredit() *Credit {
82
return
&Credit{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected