pub fn parse_method_fingerprints(
blob: &Value,
node_id: &str,
class_name: &str,
) -> Option<Vec<MethodFingerprint>>Expand description
Parse the {"methods": [...]} fingerprint blob attached to a single class.
Returns None if the blob isn’t an object with a methods array; missing
per-field values default (e.g. line = 0, tokens = "").