fn thread_frames()

in ingester/lib/src/symbolicator/mod.rs [81:83]


            fn thread_frames(t: json::Thread<'_>) -> Vec<Frame> {
                t.frames.into_iter().map(Frame::from).collect()
            }