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.