Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactjs/react-codemod
/ reinsertTopComments
Function
reinsertTopComments
transforms/class.js:1212–1214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1210
};
1211
1212
const
reinsertTopComments = () => {
1213
root.get().node.comments = topComments;
1214
};
1215
1216
let
didTransform = false;
1217
let
didFallback = false;
Callers
1
class.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected