Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ clear
Function
clear
packages/dom-event-testing-library/domEnvironment.js:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
45
export
const
platform = {
46
clear() {
47
platformGetter.mockClear();
48
},
49
get() {
50
return
global.navigator.platform ===
'MacIntel'
?
'mac'
:
'windows'
;
51
},
Callers
nothing calls this directly
Calls
1
mockClear
Method · 0.80
Tested by
no test coverage detected