You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ Function | Returns | Description
145
145
Function | Returns | Description
146
146
-------- | ------- | -----------
147
147
`pgv_exists(package text, name text)` | `bool` | Returns **true** if package and variable exists.
148
+
`pgv_exists(package text)` | `bool` | Returns **true** if package exists.
148
149
`pgv_remove(package text, name text)` | `void` | Removes the variable with the corresponding name. Required package and variable must exists, otherwise the error will be raised.
149
150
`pgv_remove(package text)` | `void` | Removes the package and all package variables with the corresponding name. Required package must exists, otherwise the error will be raised.
150
151
`pgv_free()` | `void` | Removes all packages and variables.
0 commit comments