#38 Phase 3: Update core functions to accept Store (single param) #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
Part of #38 — unified Store type refactor.
Depends on
Phase 2 (MemoryStore returns Store)
What
Update all core functions that currently take separate
store+varStoreparams:bootstrap(store: Store)— usesstore.cas+store.vargc(store: Store)— usesstore.cas+store.varrender/renderAsync— adapt tostore.casrefs,walk,validate,verify— adapt tostore.caswrapEnvelope— adaptAcceptance
Store(single param) where they previously tookstore+varStorebun:sqliteimports in core小橘 🍊(NEKO Team)