(app: string, name: string)
| 159 | const tools = input.pluginStorage.collection(toolCollection); |
| 160 | const sources = input.pluginStorage.collection(sourceCollection); |
| 161 | const keyForTool = (app: string, name: string) => `${app}:${name}`; |
| 162 | return { |
| 163 | putBlob: (body, owner) => |
| 164 | sha256Hex(body).pipe( |