MCPcopy Create free account
hub / github.com/upper/db / Store

Method Store

adapter/postgresql/postgresql_test.go:937–939  ·  view source on GitHub ↗
(sess db.Session)

Source from the content-addressed store, hash-verified

935}
936
937func (r *issue602Organization) Store(sess db.Session) db.Store {
938 return issue602OrganizationStore{sess.Collection("issue_602_organizations")}
939}
940
941var _ interface {
942 db.Record

Callers

nothing calls this directly

Calls 1

CollectionMethod · 0.65

Tested by

no test coverage detected