Skip to content

Commit

Permalink
Add method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin777 committed Mar 3, 2021
1 parent 7340385 commit 5c4c757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Calypso-SystemTools-Core/ClyBrowserMorph.extension.st
Expand Up @@ -42,7 +42,9 @@ ClyBrowserMorph >> confirmEmptySystemQuery: aQuery excluding: classes [

{ #category : #'*Calypso-SystemTools-Core' }
ClyBrowserMorph >> confirmUnusedClasses: classes [

"Returns a vector of size 2
The first value is TRUE when it doesn't have any reference, subclass or is used (for traits), otherwise is FALSE.
The second value is TRUE when in case of having references, subclasses or users and the user agreed to be shown those references, otherwise is FALSE "
| refQuery noUsers answer subclasses users |

refQuery := ClyClassReferencesQuery toAny: classes from: self systemScope.
Expand Down

0 comments on commit 5c4c757

Please sign in to comment.