MCPcopy
hub / github.com/udecode/plate / set

Function set

tooling/config/bunTestSetup.ts:119–122  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

117 return originalDescriptor?.get?.call(this) ?? false;
118 },
119 set(value: boolean) {
120 // Store custom value
121 (this as any)._customIsContentEditable = value;
122 },
123 });
124}
125

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected