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

Function getFunctionColor

Doc/_static/profiling-sampling-visualization.js:38–40  ·  view source on GitHub ↗
(funcName)

Source from the content-addressed store, hash-verified

36 };
37
38 function getFunctionColor(funcName) {
39 return FUNCTION_COLORS[funcName] || DEFAULT_FUNCTION_COLOR;
40 }
41
42 // ============================================================================
43 // Animation Manager

Callers 2

constructorMethod · 0.85
_createBarRowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…