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

Method markers

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

Source from the content-addressed store, hash-verified

6010 return this._core.cols;
6011 }
6012 get buffer() {
6013 return this._buffer || (this._buffer = this.register(new a.BufferNamespaceApi(this._core))), this._buffer;
6014 }
6015 get markers() {
6016 return this._checkProposedApi(), this._core.markers;
6017 }

Callers

nothing calls this directly

Calls 1

_checkProposedApiMethod · 0.95

Tested by

no test coverage detected