()
| 77 | } |
| 78 | |
| 79 | function currentTarget(): string { |
| 80 | return KIMI_BUILD_INFO.buildTarget ?? `${process.platform}-${process.arch}`; |
| 81 | } |
| 82 | |
| 83 | export function nativeAssetManifestKey(target: string = currentTarget()): string { |
| 84 | return buildManifestKey(target); |
no outgoing calls
no test coverage detected