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

Method Prev

internal/immutable/immutable.go:8–8  ·  view source on GitHub ↗

Prev is the previous element on a chain.

()

Source from the content-addressed store, hash-verified

6type Immutable interface {
7 // Prev is the previous element on a chain.
8 Prev() Immutable
9 // Fn a function that is able to modify the passed element.
10 Fn(interface{}) error
11 // Base is the first element on a chain, there's no previous element before

Callers 1

FastForwardFunction · 0.65

Implementers 8

Resultinternal/sqladapter/result.go
updaterinternal/sqlbuilder/update.go
deleterinternal/sqlbuilder/delete.go
inserterinternal/sqlbuilder/insert.go
paginatorinternal/sqlbuilder/paginate.go
selectorinternal/sqlbuilder/select.go
LogicalExprGroupinternal/adapter/logical_expr.go
resultadapter/mongo/result.go

Calls

no outgoing calls

Tested by

no test coverage detected