From 9bfa3a091ee44626d91f453da0c66d2212d70bd1 Mon Sep 17 00:00:00 2001 From: Ashvika Maddikonda Date: Tue, 12 May 2026 17:14:33 -0400 Subject: there was a random j floating on screen - removed that --- docs/dev/cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/dev/cookbook.md b/docs/dev/cookbook.md index e4740a1e..f9aee005 100644 --- a/docs/dev/cookbook.md +++ b/docs/dev/cookbook.md @@ -195,7 +195,7 @@ As defined by having the highest sum of incoming and outgoing calls. Adjust acco ```python max(bv.functions, key=lambda x: len(x.callers + x.callees)) ``` -j + ### Accessing cross references This recipe is useful for iterating over all of the HLIL cross-references of a given interesting function: -- cgit v1.3.1