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

Method Base

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

Base is the first element on a chain, there's no previous element before the Base element.

()

Source from the content-addressed store, hash-verified

11 // Base is the first element on a chain, there's no previous element before
12 // the Base element.
13 Base() interface{}
14}
15
16// FastForward applies all Fn methods in order on the given new Base.

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