Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
func
NewCreditRule() *CreditRule {
74
return
&CreditRule{}
75
}
76
77
func
NewCreditLog() *CreditLog {
78
return
&CreditLog{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected