UAInspector.Databases

Module to coordinate individual parser databases.

Source

Summary

load(path)

Sends a request to load a database to the internal server

start_link(default \\ [])

Starts the database server

update_counter(counter)

Updates the database entry counter

Functions

load(path)

Specs:

Sends a request to load a database to the internal server.

Source
start_link(default \\ [])

Specs:

Starts the database server.

Source
update_counter(counter)

Specs:

  • update_counter(atom) :: integer

Updates the database entry counter.

Use only within server connection!

Source