Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ananthakumaran/paisa
/ Init
Function
Init
internal/query/posting.go:20–22 ·
view source on GitHub ↗
(db *gorm.DB)
Source
from the content-addressed store, hash-verified
18
}
19
20
func
Init(db *gorm.DB) *Query {
21
return
&Query{context: db, order:
"ASC"
, includeForecast: false}
22
}
23
24
func
(q *Query) Desc() *Query {
25
q.order =
"DESC"
Callers
15
loadVectorCache
Function · 0.92
loadInterestCache
Function · 0.92
loadInterestRepaymentCache
Function · 0.92
loadTransactionCache
Function · 0.92
GetRecurringTransactions
Function · 0.92
GetNetworth
Function · 0.92
GetCurrentNetworth
Function · 0.92
GetScheduleAL
Function · 0.92
GetDashboard
Function · 0.92
GetInvestment
Function · 0.92
GetSheets
Function · 0.92
GetIncome
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected