Current section
Files
Jump to
Current section
Files
include/plushie@tree_MemoCacheEntry.hrl
-record(memo_cache_entry, {
dep :: gleam@dynamic:dynamic_(),
node :: plushie@node:node_(),
registry :: gleam@dict:dict(binary(), plushie@widget:registry_entry()),
windows :: gleam@set:set(binary())
}).