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

Method Fn

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

Fn a function that is able to modify the passed element.

(interface{})

Source from the content-addressed store, hash-verified

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
12 // the Base element.
13 Base() interface{}

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