MCPcopy Create free account
hub / github.com/tiann/hapi / runtimeAssetsReady

Function runtimeAssetsReady

cli/src/runtime/assets.ts:134–136  ·  view source on GitHub ↗
(runtimeRoot: string)

Source from the content-addressed store, hash-verified

132}
133
134function runtimeAssetsReady(runtimeRoot: string): boolean {
135 return areToolsUnpacked(join(runtimeRoot, 'tools', 'unpacked')) && isTunwgReady(runtimeRoot);
136}
137
138export async function ensureRuntimeAssets(): Promise<void> {
139 if (!isBunCompiled()) {

Callers 1

ensureRuntimeAssetsFunction · 0.85

Calls 2

isTunwgReadyFunction · 0.85
areToolsUnpackedFunction · 0.70

Tested by

no test coverage detected