Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/virattt/dexter
/ setQuery
Method
setQuery
src/components/user-query.ts:15–17 ·
view source on GitHub ↗
(query: string)
Source
from the content-addressed store, hash-verified
13
}
14
15
setQuery(query: string) {
16
this.body.setText(`${theme.queryBg(theme.white(`❯ ${query} `))}`);
17
}
18
}
Callers
1
constructor
Method · 0.95
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected