MCPcopy Create free account
hub / github.com/Permify/permify / Scan

Method Scan

pkg/database/postgres/xid8.go:48–50  ·  view source on GitHub ↗

Scan implements the database/sql Scanner interface

(src interface{})

Source from the content-addressed store, hash-verified

46
47// Scan implements the database/sql Scanner interface
48func (x *XID8) Scan(src interface{}) error {
49 return (*pguint64)(x).Scan(src)
50}
51
52// Value implements the database/sql/driver Valuer interface
53func (x XID8) Value() (driver.Value, error) {

Callers 15

getCurrentPostgreXIDMethod · 0.45
getMaxReferencedXIDMethod · 0.45
xid8_test.goFile · 0.45
pguint64_test.goFile · 0.45
CreateTenantMethod · 0.45
DeleteTenantMethod · 0.45
QueryRelationshipsMethod · 0.45
ReadRelationshipsMethod · 0.45
QuerySingleAttributeMethod · 0.45
QueryAttributesMethod · 0.45
ReadAttributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected