# File locana.rb, line 341
   def Locana.exists?(name, store_name='locana.ls')
      rc = false
      LStore.transaction(store_name) {|store| rc = store.has_key?(name)}
      return rc
   end