Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
QueryTitle
Function · 0.45
useTitleForm
Function · 0.45
getType
Function · 0.45
getValue
Function · 0.45
Calls
1
equals
Method · 0.80
Tested by
no test coverage detected