MCPcopy
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

pushFunction · 0.80
replaceFunction · 0.80
isLatestMethod · 0.80

Calls 1

latestVersionMethod · 0.95

Tested by

no test coverage detected