Update README.md
Browse files
README.md
CHANGED
|
@@ -34,11 +34,10 @@ Evaluate how well a model can generate test code, given a focal function's sourc
|
|
| 34 |
Each example contains:
|
| 35 |
- **function_name**: Name of the focal function.
|
| 36 |
- **focal_code**: Raw source code of the function (used for context).
|
| 37 |
-
- **function_component**: Detail information about the function like function signature,arguments definition,...
|
| 38 |
- **file_content**: Content of file have the focal function.
|
| 39 |
- **file_path**: Relative path to the file in the repository.
|
| 40 |
-
|
| 41 |
-
- **end_line**: Ending line number of the function definition.
|
| 42 |
|
| 43 |
|
| 44 |
### Dataset Size
|
|
|
|
| 34 |
Each example contains:
|
| 35 |
- **function_name**: Name of the focal function.
|
| 36 |
- **focal_code**: Raw source code of the function (used for context).
|
| 37 |
+
- **function_component**: Detail information about the function like function signature,arguments definition,line range,...
|
| 38 |
- **file_content**: Content of file have the focal function.
|
| 39 |
- **file_path**: Relative path to the file in the repository.
|
| 40 |
+
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
### Dataset Size
|