This is the secret-values Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:38:02 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
secret-valuesSecret values is a Common Lisp library designed to
reduce the risk of accidentally revealing secret values such as
passwords.
Thomas Bakketun <thomas@bakketun.pro>
MIT
package.lisp (file).
secret-values.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
secret-values/secret-values.lisppackage.lisp (file).
secret-values (system).
conceal-value (function).
ensure-value-concealed (function).
ensure-value-revealed (function).
print-object (method).
reveal-value (function).
secret-value (structure).
secret-value-p (function).
copy-secret-value (function).
make-secret-value (function).
secret-value-name (reader).
(setf secret-value-name) (writer).
secret-value-symbol (reader).
(setf secret-value-symbol) (writer).
Packages are listed by definition order.
secret-valuescommon-lisp.
conceal-value (function).
ensure-value-concealed (function).
ensure-value-revealed (function).
reveal-value (function).
secret-value (structure).
secret-value-p (function).
copy-secret-value (function).
make-secret-value (function).
secret-value-name (reader).
(setf secret-value-name) (writer).
secret-value-symbol (reader).
(setf secret-value-symbol) (writer).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Conceals value into a SECRET-VALUE object. An optional name can be provided to aid debugging.
If object is already a of type SECRET-VALUE returns is unaltered, otherwise conceals it as if by calling CONCEAL-VALUE.
If object is type SECRET-VALUE returns the concealed value, otherwise returns object.
Returns the value in SECRET-VALUE. An error of type TYPE-ERROR is signalled if the argument is not of type SECRET-VALUES.
name.
| Jump to: | (
C E F M P R S |
|---|
| Jump to: | (
C E F M P R S |
|---|
| Jump to: | N S |
|---|
| Index Entry | Section | ||
|---|---|---|---|
| | |||
| N | |||
name: | Public structures | ||
| | |||
| S | |||
Slot, name: | Public structures | ||
Slot, symbol: | Public structures | ||
symbol: | Public structures | ||
| | |||
| Jump to: | N S |
|---|
| Jump to: | F P S |
|---|
| Jump to: | F P S |
|---|