↓ 1 callersFunctionshowRuleDetail(
container: HTMLElement,
ruleId: string,
rules: RuleDetail[],
previewMap: Map<string, RulePreview>,
src/webview/page-antipatterns.ts:1198
↓ 1 callersFunctionstripByteArrayImages* Strip byte-array image data: patterns like "data":[255,216,255,...] * where the array starts with JPEG (FF D8 FF) or PNG (137,80,78,71) signatures.
src/core/parser-vscode-files.ts:248