MCPcopy 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

SearchControllerClass · 0.80
search.test.tsFile · 0.80

Calls 1

setStateMethod · 0.80

Tested by

no test coverage detected