Function: createGetActiveSchema()
Constructs a GetActiveSchema instance wired with filesystem adapters.
Param
A fully-resolved SpecdConfig or explicit adapter options
Param
Optional kernel options; only used with SpecdConfig
Call Signature
createGetActiveSchema(
config,opts?):GetActiveSchema
Defined in: packages/core/src/composition/use-cases/get-active-schema.ts:33
Constructs a GetActiveSchema use case with full project config.
Parameters
config
The fully-resolved project configuration
opts?
GetActiveSchemaKernelOptions
Optional kernel options for schema resolution
Returns
The pre-wired use case instance
Call Signature
createGetActiveSchema(
options):GetActiveSchema
Defined in: packages/core/src/composition/use-cases/get-active-schema.ts:43
Constructs a GetActiveSchema use case with explicit adapter options.
Parameters
options
Filesystem adapter options for schema resolution
Returns
The pre-wired use case instance