NextLS.DB (next_ls v0.10.3-retired-from-hex)

Link to this section Summary

Link to this section Types

@type query() :: String.t()

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

clean_references(server, filename)

@spec clean_references(pid(), String.t()) :: :ok

Callback implementation for GenServer.init/1.

Link to this function

insert_reference(server, payload)

@spec insert_reference(pid(), map()) :: :ok
Link to this function

insert_symbol(server, payload)

@spec insert_symbol(pid(), map()) :: :ok
Link to this function

query(server, query, args \\ [])

@spec query(pid(), query(), list()) :: list()
Link to this function

start_link(args)