hmm… so is there a nicer way to get unique key bas...
# announcements
v
hmm… so is there a nicer way to get unique key based on position in the file, other than getting stack trace?
a
I don't think so
b
maybe you could hash together a reference to the function (::main) with a function-local subid
though i don't know if function references have a unique object identity and/or
equals
a
I don't think you can access those from the
once
function