MCPcopy 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
77func NewCreditLog() *CreditLog {
78 return &CreditLog{}
79}
80
81func NewCredit() *Credit {
82 return &Credit{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected