Skip to main content

parse_call_sequences

Function parse_call_sequences 

Source
pub fn parse_call_sequences(blob: &Value) -> Option<Vec<CallSequence>>
Expand description

Parse the {"sequences": [...]} blob attached to a single class.

Returns None if the blob isn’t an object with a sequences array; missing method/calls default to empty.