Socialmetrica/Socialmetrica.package/NitterUser.class/instance/hasTemplates.st

6 lines
179 B
Smalltalk

accessing
hasTemplates
| templatesFolder |
templatesFolder :=(TweetsCollection dataStore / 'templates' ).
^ templatesFolder exists and: [ templatesFolder children isNotEmpty ]