MCPcopy 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
39func NewRelationship() *Relationship {
40 return &Relationship{}
41}
42
43func (m *Relationship) Find(id int) (*Relationship, error) {
44 o := orm.NewOrm()

Callers 15

isReadableFunction · 0.92
RemoveAttachmentMethod · 0.92
PrepareMethod · 0.92
TransferMethod · 0.92
CopyMethod · 0.92
TransferMethod · 0.92
AddMemberMethod · 0.92
ChangeRoleMethod · 0.92
RemoveMemberMethod · 0.92
isBookOwnerMethod · 0.92
TransferMethod · 0.85
FindByIdentifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected