(state)
| 1322 | } |
| 1323 | |
| 1324 | function getRawEditorState(state) { |
| 1325 | return state?.__rawState || state || null; |
| 1326 | } |
| 1327 | |
| 1328 | function isReusableEditorState(file, signature) { |
| 1329 | const session = getRawEditorState(file?.session); |
no outgoing calls
no test coverage detected