Method
generateKey
(type: string, args: string[])
Source from the content-addressed store, hash-verified
| 53 | } |
| 54 | |
| 55 | private generateKey(type: string, args: string[]): string { |
| 56 | return `${type}:${JSON.stringify(args)}`; |
| 57 | } |
| 58 | } |
Tested by
no test coverage detected