Method: MadeleineServer#command_log_present?

Defined in:
app/models/wiki_service.rb

#command_log_present?Boolean

Returns:

  • (Boolean)


191
192
193
# File 'app/models/wiki_service.rb', line 191

def command_log_present?
  not Dir[storage_path + '/*.command_log'].empty?
end