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

Method wcwidth

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

Source from the content-addressed store, hash-verified

5900 this._active = e3, this._activeProvider = this._providers[e3], this._onChange.fire(e3);
5901 }
5902 register(e3) {
5903 this._providers[e3.version] = e3;
5904 }
5905 wcwidth(e3) {
5906 return this._activeProvider.wcwidth(e3);
5907 }

Callers 1

getStringCellWidthMethod · 0.95

Calls 1

wcwidthMethod · 0.45

Tested by

no test coverage detected