MCPcopy Index your code
hub / github.com/python/cpython / updateSource

Method updateSource

Doc/_static/profiling-sampling-visualization.js:245–250  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

243 }
244
245 updateSource(source) {
246 this.source = source;
247 this.codeContainer.innerHTML = "";
248 this._renderSource();
249 this.currentLine = null;
250 }
251
252 _renderSource() {
253 const lines = this.source.split("\n");

Callers

nothing calls this directly

Calls 1

_renderSourceMethod · 0.95

Tested by

no test coverage detected