MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / $setInputValidation

Method $setInputValidation

packages/orm/src/client/client-impl.ts:458–464  ·  view source on GitHub ↗
(enable: boolean)

Source from the content-addressed store, hash-verified

456 }
457
458 $setInputValidation(enable: boolean) {
459 const newOptions: ClientOptions<SchemaDef> = {
460 ...this.options,
461 validateInput: enable,
462 };
463 return this.$setOptions(newOptions);
464 }
465
466 get $diagnostics(): Promise<Diagnostics> {
467 return Promise.resolve({

Callers 2

issue-2025.test.tsFile · 0.80

Calls 1

$setOptionsMethod · 0.95

Tested by

no test coverage detected