Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brimdata/zui
/ find
Method
find
apps/zui/src/js/api/queries/queries-api.ts:27–29 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
25
}
26
27
find(id: string) {
28
return
Queries.build(this.getState(), id)
29
}
30
31
async
create(params: CreateQueryParams) {
32
const
query = {id: params.id ?? nanoid(), name: params.name ??
""
}
Callers
2
create
Method · 0.95
getSource
Method · 0.45
Calls
1
build
Method · 0.80
Tested by
no test coverage detected