11 lines
195 B
Markdown
11 lines
195 B
Markdown
![]() |
---
|
||
|
title: setIfUnset
|
||
|
---
|
||
|
|
||
|
```js
|
||
|
void store.setIfUnset(string key, mixed value)
|
||
|
```
|
||
|
|
||
|
Stores the value of `value` in the store under key `key`,
|
||
|
but only if that key does not already hold a value.
|