mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
Add one more todo
This commit is contained in:
parent
4f9d75a07e
commit
4c86dbcd40
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ def convertToSnapshot(data):
|
|||
stringToSnapshotIndex = {}
|
||||
|
||||
def getUniqueId(address):
|
||||
# TODO: we should hash this to an int32 instead of using the address directly
|
||||
# Addresses are hexadecimal strings
|
||||
return int(address, 16)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue