Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
func
NewWechatCode() (code *WechatCode) {
24
return
&WechatCode{}
25
}
26
27
func
(this *WechatCode) GetCode(bookId int) (path string) {
28
m := NewWechatCode()
Callers
5
Index
Method · 0.92
Read
Method · 0.92
RegisterModel
Function · 0.92
GetCode
Method · 0.85
CreateWechatCode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected