Daedalus Dock - Modules - TypesVar Details - Proc Details

data

Vars

memoryThe actual storage of the disk.
storageHow many THIIINGGGS can we store in memory

Procs

check_memoryReturn the amount of memory remaining
readRead data from a memory index.
removeRemove data from memory, returning what was removed.
writeWrite data to the disk, using the respective index. Unique will disctint add.

Var Details

memory

The actual storage of the disk.

storage

How many THIIINGGGS can we store in memory

Proc Details

check_memory

Return the amount of memory remaining

read

Read data from a memory index.

remove

Remove data from memory, returning what was removed.

write

Write data to the disk, using the respective index. Unique will disctint add.