* Get cache directory for MCPB files
(pluginPath: string)
| 108 | * Get cache directory for MCPB files |
| 109 | */ |
| 110 | function getMcpbCacheDir(pluginPath: string): string { |
| 111 | return join(pluginPath, '.mcpb-cache') |
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Get metadata file path for cached MCPB |
no outgoing calls
no test coverage detected