+ 2
code
how to know that my code is public or not?
3 Answers
+ 7
You can easily check for lock icon next to the stats of the code instead of comments icon.(as stated by ăăă§ă and Vadivelan )
Or another method is to try making it public again, if the code would be public already then it will ask you to make it private instead.
+ 5
If your code is private there should be a "lock" icon somewhere.
Go to Code Bits in your profile
Look at your code
Next to the Upvote numbers you should be able to see the "lock" icon if its private
+ 3
Open your code
Top right corner of editor(below language name). Here you can see that is public or private.