MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _checkReadonlyOptions

Method _checkReadonlyOptions

src/server/web/public/terminal.js:5949–5951  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

5947 for (const e4 in this._core.options) {
5948 const s2 = { get: t3.bind(this, e4), set: i2.bind(this, e4) };
5949 Object.defineProperty(this._publicOptions, e4, s2);
5950 }
5951 }
5952 _checkReadonlyOptions(e3) {
5953 if (l.includes(e3)) throw new Error(`Option "${e3}" can only be set in the constructor`);
5954 }

Callers 1

i2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected