Richard Durr
Richard Durr

Reputation: 3251

What is the _UID used for in Cappuccino?

Cappuccino defines a _UID property for every instance of objects it creates, but is this used for anything?

Upvotes: 0

Views: 95

Answers (1)

Ross Boucher
Ross Boucher

Reputation: 702

It's used in dozens of places, which you could see by doing something like "git grep UID" on the source code. Most often it is used as a hash key. Also, it's spelled "Cappuccino."

Upvotes: 1

Related Questions