Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
105
func
(m *Relationship) Insert() error {
106
o := orm.NewOrm()
107
_, err := o.Insert(m)
108
return
err
109
}
110
111
func
(m *Relationship) Update() error {
112
o := orm.NewOrm()
Callers
4
AddMember
Method · 0.95
Insert
Method · 0.95
UpdateRoleId
Method · 0.45
Transfer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected