MCPcopy Index your code
hub / github.com/nodejs/node / summarize_stack_trace_debug_details

Function summarize_stack_trace_debug_details

deps/v8/tools/lldb_visualizers.py:252–257  ·  view source on GitHub ↗
(valueobject, unused_dict)

Source from the content-addressed store, hash-verified

250
251
252def summarize_stack_trace_debug_details(valueobject, unused_dict):
253 summary = get_string_value(valueobject.GetChildMemberWithName('summary'))
254 frametype = valueobject.GetChildMemberWithName('type').GetValue()
255 firstline, _, _ = summary.partition('\n')
256 _, _, result = firstline.partition(':')
257 return frametype + result
258
259
260class IsolateChildrenProvider(DictProvider):

Callers

nothing calls this directly

Calls 2

get_string_valueFunction · 0.85
partitionMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…