Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ NewLogger
Function
NewLogger
models/logs.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
NewLogger() *Logger {
47
return
&Logger{}
48
}
49
50
func
(m *Logger) Add() error {
51
if
m.MemberId <= 0 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected