MCPcopy Create free account
hub / github.com/TruthHun/BookStack / NewCreditRule

Function NewCreditRule

models/credit.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func NewCreditRule() *CreditRule {
74 return &CreditRule{}
75}
76
77func NewCreditLog() *CreditLog {
78 return &CreditLog{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected