* Get cache directory for MCPB files
(pluginPath: string)
| 98 | * Get cache directory for MCPB files |
| 99 | */ |
| 100 | function getMcpbCacheDir(pluginPath: string): string { |
| 101 | return join(pluginPath, '.mcpb-cache') |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Get metadata file path for cached MCPB |
no outgoing calls
no test coverage detected