Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ NewRelationship
Function
NewRelationship
models/relationship.go:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
func
NewRelationship() *Relationship {
40
return
&Relationship{}
41
}
42
43
func
(m *Relationship) Find(id int) (*Relationship, error) {
44
o := orm.NewOrm()
Callers
15
isReadable
Function · 0.92
RemoveAttachment
Method · 0.92
Prepare
Method · 0.92
Transfer
Method · 0.92
Copy
Method · 0.92
Transfer
Method · 0.92
AddMember
Method · 0.92
ChangeRole
Method · 0.92
RemoveMember
Method · 0.92
isBookOwner
Method · 0.92
Transfer
Method · 0.85
FindByIdentify
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected