Ejabberd.Config.Store.put
You're seeing just the function
put
, go back to Ejabberd.Config.Store module for more information.
Link to this function
put(key, val)
Specs
Stores a value based on the key. If the key already exists, then it inserts the new element, maintaining all the others. It uses a list for this.