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

Method Update

models/relationship.go:111–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func (m *Relationship) Update() error {
112 o := orm.NewOrm()
113 _, err := o.Update(m)
114 return err
115}
116
117func (m *Relationship) DeleteByBookIdAndMemberId(bookId, memberId int) error {
118 o := orm.NewOrm()

Callers 2

TransferMethod · 0.95
UpdateRoleIdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected