Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossjoin-io/crossjoin
/ LatestConfigHash
Method
LatestConfigHash
api/config.go:92–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(api *API) LatestConfigHash() (string, error) {
93
hash :=
""
94
err := api.db.QueryRow(
"SELECT hash FROM configs ORDER BY loaded_at DESC LIMIT 1"
).Scan(&hash)
95
return
hash, err
96
}
Callers
7
getStatusSummary
Method · 0.95
getDataConnections
Method · 0.95
Tick
Method · 0.95
getWorkflows
Method · 0.95
getDatasets
Method · 0.95
ReadDatasets
Method · 0.95
postWorkflowsStart
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected