Interface: GraphStoreFactory
Defined in: packages/core/src/composition/kernel-registries.ts:94
Opaque graph-store factory registration carried by the kernel registry.
@specd/core does not construct code-graph backends directly, so the return type
remains intentionally opaque at this layer while preserving the same registry shape
used by other extension points.
Methods
create()
create(
options):unknown
Defined in: packages/core/src/composition/kernel-registries.ts:101
Creates a concrete graph-store backend.
Parameters
options
Readonly<Record<string, unknown>>
Adapter-owned resolved options
Returns
unknown
The constructed backend instance