ResourceregistryNo description available. resource registry;F addadd: func(name: string, t: tool) -> bool;Takes OWNERSHIP of the tool handle (can store & drop it later). F list-keyslist-keys: func() -> list<string>;F infoinfo: func(name: string) -> option<tool-info>;F getget: func(name: string) -> option<tool>;
F addadd: func(name: string, t: tool) -> bool;Takes OWNERSHIP of the tool handle (can store & drop it later).