snapshotProjectInput
snapshotProjectInput(
value):JsonValue
Defined in: packages/project-schema/src/admission.ts:252
Captures a bounded, ownership-isolated JSON snapshot before Ajv or semantic validation sees caller-controlled objects. Reflection on a Proxy can still invoke its traps; failures are caught, and no accessor getter or iterator is intentionally called. After this function returns, the original value is no longer observed.
Parameters
Section titled “Parameters”unknown