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

Function loadEmbeddedAssets

cli/src/runtime/embeddedAssets.bun.ts:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123export async function loadEmbeddedAssets(): Promise<EmbeddedAsset[]> {
124 return selectEmbeddedAssets();
125}

Callers 1

ensureRuntimeAssetsFunction · 0.70

Calls 1

selectEmbeddedAssetsFunction · 0.85

Tested by

no test coverage detected