CodeSampleX

サンプル

verify pkg:npm/lru-cache@5.1.1

sha256:33f47a04a5ae9b9d961ce0a162da870061652a08dbe1a0d76c4ecc3e2e425ad1

このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。 合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。 MIT-0

実行証拠

宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。

証拠の基準
署名済みコントラクト合格
検証レシート
1
ビルドした署名鍵
1
宣言された環境 linux 24 · ubuntu · glibc 2.39 x64 npm

検証実行環境

環境 コントラクト ステージ 実行日
node 22 · linux alpine/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-21

ケース

HOW
ゴール
verify pkg:npm/lru-cache@5.1.1
パッケージ
作成日
2026-08-21T13:48:28Z

コントラクト

  1. LRUCache get and set store and retrieve key-value pairs while respecting maximum capacity by evicting least recently used entries
  2. LRUCache peek inspects cached values without updating the recency order
  3. LRUCache has and del verify existence and delete individual entries from the cache
  4. LRUCache forEach and rforEach iterate entries in most-recently-used and least-recently-used order
  5. LRUCache keys and values return arrays of keys and values in order from newest to oldest
  6. LRUCache dump and load serialize the cache state and restore entries into a separate cache instance
  7. LRUCache dispose callback is triggered when an entry is evicted due to capacity or deleted
  8. LRUCache reset removes all entries and resets cache length and itemCount to 0

ファイル

  • PROMPT.md
  • csx.json
  • index.mjs
  • package-lock.json
  • package.json
  • spec.json
  • test/contract.mjs

ソースアーティファクトをダウンロード (tar.gz)

オリジンシーダー

匿名