MCPcopy 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
92func (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

getStatusSummaryMethod · 0.95
getDataConnectionsMethod · 0.95
TickMethod · 0.95
getWorkflowsMethod · 0.95
getDatasetsMethod · 0.95
ReadDatasetsMethod · 0.95
postWorkflowsStartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected