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

Method Insert

models/relationship.go:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (m *Relationship) Insert() error {
106 o := orm.NewOrm()
107 _, err := o.Insert(m)
108 return err
109}
110
111func (m *Relationship) Update() error {
112 o := orm.NewOrm()

Callers 4

AddMemberMethod · 0.95
InsertMethod · 0.95
UpdateRoleIdMethod · 0.45
TransferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected