%SYSTEM.CodeScanner
class %SYSTEM.CodeScanner extends %SYSTEM.Help
Used to scan user code looking for code that may not work correctly due to use of unsupported features.Method Inventory
Methods
classmethod Scan(SearchList As %String = "*.*")
Scan this namespace looking for code that may not work correctly due to use of unsupported features.
You can pass an options SearchList argument which is a mask of which documents to search for.
classmethod ScanAll(SearchList As %String = "*.*")
Scan all namespaces on this system looking for code that may not work correctly due to use of unsupported features.
You can pass an options SearchList argument which is a mask of which documents to search for.