Skip to content

Commit 23be415

Browse files
1 parent b01a5e9 commit 23be415

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎reference/cli/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,8 @@ <h2 id="search-find">Search (<code>find</code>)</h2>
826826
<tdstyle="text-align: left;">Functions with a given decorator.</td>
827827
</tr>
828828
<tr>
829-
<tdstyle="text-align: left;"><code>find argument &lt;name&gt;</code></td>
830-
<tdstyle="text-align: left;">Functions declaring a parameter name.</td>
829+
<tdstyle="text-align: left;"><code>find argument &lt;name-or-type&gt;</code></td>
830+
<tdstyle="text-align: left;">Functions declaring a parameter with the given name or type.</td>
831831
</tr>
832832
<tr>
833833
<tdstyle="text-align: left;"><code>find variable &lt;name&gt;</code></td>

‎reference/mcp/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,9 +771,9 @@ <h3 id="analyze_code_relationships"><code>analyze_code_relationships</code></h3>
771771
- <code>module_deps</code>: Identifies dependencies between modules.
772772
- <code>variable_scope</code>: Tracks variable bindings.
773773
- <code>find_complexity</code>: Returns cyclomatic complexity score.
774-
- <code>find_functions_by_argument</code>: Searches for functions declaring target parameter.
774+
- <code>find_functions_by_argument</code>: Searches for functions declaring the target parameter name or type.
775775
- <code>find_functions_by_decorator</code>: Searches for functions decorated with target.
776-
- <code>target</code> (string, required): The identifier name to analyze.
776+
- <code>target</code> (string, required): The identifier to analyze. For <code>find_functions_by_argument</code>, this may be a parameter name or type.
777777
- <code>context</code> (string, optional): Specific file path to resolve target namespace conflicts.
778778
- <code>repo_path</code> (string, optional): Restricts search scope.</p>
779779
<h3id="calculate_cyclomatic_complexity"><code>calculate_cyclomatic_complexity</code></h3>

‎search/search_index.json‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)