Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brimdata/zui
/ latestVersionId
Method
latestVersionId
apps/zui/src/js/models/query-model.ts:43–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
latestVersionId() {
44
if
(this.latestVersion()) {
45
return
this.latestVersion().version
46
}
else
{
47
return
null
48
}
49
}
50
51
serialize(): Query {
52
return
{
Callers
3
push
Function · 0.80
replace
Function · 0.80
isLatest
Method · 0.80
Calls
1
latestVersion
Method · 0.95
Tested by
no test coverage detected