- infos = Information about the iterate plugin is in keys below
- infos/author = Name name@.nosp@m.libe.nosp@m.lektr.nosp@m.a.or.nosp@m.g
- infos/licence = BSD
- infos/provides =
- infos/needs =
- infos/placements = presetstorage postgetstorage
- infos/status = unfinished nodoc concept nodep libc
- infos/description =
Suppose you have a plugin bar that exports the function foo(Key *k)
. Then you can mount:
kdb mount file.dump /example/iterate dump iterate when=bar foo Key
Which will execute foo(k)
for every key that has the meta-data when
.