MCPcopy
hub / github.com/brimdata/zui / isModified

Method isModified

apps/zui/src/models/session.ts:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 get isModified() {
89 return (
90 this.hasNamedQuery &&
91 !!this.namedQuery &&
92 this.snapshot.equals(this.namedQuery.lastSnapshot)
93 )
94 }
95
96 get tab() {
97 return BrowserTab.find(this.id)

Callers 5

toolbar-menu.tsFile · 0.45
QueryTitleFunction · 0.45
useTitleFormFunction · 0.45
getTypeFunction · 0.45
getValueFunction · 0.45

Calls 1

equalsMethod · 0.80

Tested by

no test coverage detected