Method “add”
function add(key, node)
Adds a key/node combination to the multi-map
Parameters
| Name | Type | Description |
|---|---|---|
key | string | Key of the new entry |
node | object | The node to add to the given key |
function add(key, node)
Adds a key/node combination to the multi-map
| Name | Type | Description |
|---|---|---|
key | string | Key of the new entry |
node | object | The node to add to the given key |