You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*FunctionsCoreApi* | [**get_functions_callees_callers**](docs/FunctionsCoreApi.md#get_functions_callees_callers) | **GET** /v3/functions/callees-callers | Get callees and callers for many functions
170
170
*FunctionsCoreApi* | [**get_functions_matches**](docs/FunctionsCoreApi.md#get_functions_matches) | **GET** /v3/functions/matches | Get function-matching results for an explicit set of functions
171
171
*FunctionsCoreApi* | [**get_functions_matching_status**](docs/FunctionsCoreApi.md#get_functions_matching_status) | **GET** /v3/functions/matches/status | Get function-matching status for an explicit set of functions
172
+
*FunctionsCoreApi* | [**get_imported_function**](docs/FunctionsCoreApi.md#get_imported_function) | **GET** /v3/analyses/{analysis_id}/imported-functions/{imported_function_id} | Get an imported function with its callers
172
173
*FunctionsCoreApi* | [**list_analysis_functions**](docs/FunctionsCoreApi.md#list_analysis_functions) | **GET** /v3/analyses/{analysis_id}/functions | List functions in an analysis
174
+
*FunctionsCoreApi* | [**list_imported_functions**](docs/FunctionsCoreApi.md#list_imported_functions) | **GET** /v3/analyses/{analysis_id}/imported-functions | List imported functions in an analysis
173
175
*FunctionsCoreApi* | [**start_functions_matching**](docs/FunctionsCoreApi.md#start_functions_matching) | **POST** /v3/functions/matches | Start function matching for an explicit set of functions
174
176
*FunctionsDataTypesApi* | [**batch_update_function_data_types**](docs/FunctionsDataTypesApi.md#batch_update_function_data_types) | **PUT** /v3/analyses/{analysis_id}/functions/data-types | Batch update function data types
175
177
*FunctionsDataTypesApi* | [**generate_function_data_types_for_analysis**](docs/FunctionsDataTypesApi.md#generate_function_data_types_for_analysis) | **POST** /v2/analyses/{analysis_id}/functions/data_types | Generate Function Data Types
Copy file name to clipboardExpand all lines: docs/AnalysesCoreApi.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -666,7 +666,7 @@ Name | Type | Description | Notes
666
666
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
match_id ='match_id_example'# str | Opaque token from a start-matching response. When supplied, returns that specific run instead of the latest. (optional)
**match_id** | **str**| Opaque token from a start-matching response. When supplied, returns that specific run instead of the latest. | [optional]
735
738
736
739
### Return type
737
740
@@ -751,6 +754,7 @@ Name | Type | Description | Notes
751
754
| Status code | Description | Response headers |
752
755
|-------------|-------------|------------------|
753
756
**200** | OK | - |
757
+
**400** | Bad Request | - |
754
758
**403** | Forbidden | - |
755
759
**404** | Not Found | - |
756
760
**422** | Unprocessable Entity | - |
@@ -759,7 +763,7 @@ Name | Type | Description | Notes
759
763
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
match_id ='match_id_example'# str | Opaque token from a start-matching response. When supplied, returns that specific run instead of the latest. (optional)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**error_message** | **str** | Error description when status=FAILED. | [optional]
10
+
**match_id** | **str** | Opaque token for this binary's matching run. Present on dispatch and when statuses were fetched by token. | [optional]
10
11
**matched_function_count** | **int** | Number of source functions that received at least one candidate match. Only meaningful when status=COMPLETED. |
11
12
**status** | **str** | Per-binary workflow status |
0 commit comments