Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DTStack/molecule
/ toggleMode
Method
toggleMode
src/services/workbench/searchService.ts:137–141 ·
view source on GitHub ↗
(status: boolean)
Source
from the content-addressed store, hash-verified
135
}
136
137
public toggleMode(status: boolean) {
138
this.setState({
139
replaceMode: status,
140
});
141
}
142
143
public toggleCaseSensitive() {
144
const
{ isCaseSensitive } = this.state;
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