* Releases needed properties
(state)
| 119764 | * Releases needed properties |
| 119765 | */ |
| 119766 | function releaseCache(state) { |
| 119767 | state.allFilesExcludingDefaultLibraryFile = undefined; |
| 119768 | state.allFileNames = undefined; |
| 119769 | } |
| 119770 | BuilderState.releaseCache = releaseCache; |
| 119771 | /** |
| 119772 | * Creates a clone of the state |
no outgoing calls
no test coverage detected
searching dependent graphs…