Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/react/react
/ freeze
Function
freeze
packages/react/src/__tests__/ReactES6Class-test.js:22–25 ·
view source on GitHub ↗
(expectation)
Source
from the content-addressed store, hash-verified
20
let
container;
21
let
root;
22
const
freeze =
function
(expectation) {
23
Object.freeze(expectation);
24
return
expectation;
25
};
26
let
Inner;
27
let
attachedListener = null;
28
let
renderedName = null;
Callers
1
ReactES6Class-test.js
File · 0.85
Calls
1
freeze
Method · 0.80
Tested by
no test coverage detected