MCPcopy Create free account
hub / github.com/EvoMap/evolver / isReuseAssetStoreStable

Function isReuseAssetStoreStable

src/gep/cliContracts.js:533–535  ·  view source on GitHub ↗
(asset)

Source from the content-addressed store, hash-verified

531}
532
533function isReuseAssetStoreStable(asset) {
534 return Boolean(asset && asset.schema_version);
535}
536
537async function fetchAssetById(assetId, deps) {
538 const hubUrl = getHubUrl(deps);

Callers 1

runReuseCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected