MCPcopy
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

createMethod · 0.95
getSourceMethod · 0.45

Calls 1

buildMethod · 0.80

Tested by

no test coverage detected