Method
generateKey
(type: string, args: string[])
Source from the content-addressed store, hash-verified
| 45 | } |
| 46 | |
| 47 | private generateKey(type: string, args: string[]): string { |
| 48 | return `${type}:${args.join(':')}`; |
| 49 | } |
| 50 | } |
Tested by
no test coverage detected