MCPcopy Index your code
hub / github.com/TruthHun/BookStack / NewWechatCode

Function NewWechatCode

models/wechat_code.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func NewWechatCode() (code *WechatCode) {
24 return &WechatCode{}
25}
26
27func (this *WechatCode) GetCode(bookId int) (path string) {
28 m := NewWechatCode()

Callers 5

IndexMethod · 0.92
ReadMethod · 0.92
RegisterModelFunction · 0.92
GetCodeMethod · 0.85
CreateWechatCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected