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

Method _checkProposedApi

src/server/web/public/terminal.js:5952–5954  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5950 }
5951 }
5952 _checkReadonlyOptions(e3) {
5953 if (l.includes(e3)) throw new Error(`Option "${e3}" can only be set in the constructor`);
5954 }
5955 _checkProposedApi() {
5956 if (!this._core.optionsService.rawOptions.allowProposedApi) throw new Error("You must set the allowProposedApi option to true to use proposed API");
5957 }

Callers 5

unicodeMethod · 0.95
markersMethod · 0.95
registerDecorationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected