Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DTStack/molecule
/ setSearchValue
Method
setSearchValue
src/services/workbench/searchService.ts:119–123 ·
view source on GitHub ↗
(value?: string)
Source
from the content-addressed store, hash-verified
117
}
118
119
public setSearchValue(value?: string) {
120
this.setState({
121
value,
122
});
123
}
124
125
public setReplaceValue(value?: string) {
126
this.setState({
Callers
3
SearchController
Class · 0.80
search.test.ts
File · 0.80
searchService.test.ts
File · 0.80
Calls
1
setState
Method · 0.80
Tested by
no test coverage detected