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

Method getNextEvent

Doc/_static/profiling-sampling-visualization.js:204–206  ·  view source on GitHub ↗
(timestamp)

Source from the content-addressed store, hash-verified

202 }
203
204 getNextEvent(timestamp) {
205 return this.events.find((e) => e.timestamp > timestamp);
206 }
207
208 getSourceLines() {
209 return this.source.split("\n");

Callers 1

stepMethod · 0.80

Calls 1

findMethod · 0.45

Tested by

no test coverage detected