github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/pkg/codesearch/testdata/source0.c.json (about) 1 { 2 "definitions": [ 3 { 4 "kind": "function", 5 "name": "close", 6 "type": "int ()", 7 "body": { 8 "file": "source0.c", 9 "start_line": 14, 10 "end_line": 17 11 }, 12 "comment": {} 13 }, 14 { 15 "kind": "function", 16 "name": "function_with_comment_in_header", 17 "type": "void ()", 18 "body": { 19 "file": "source0.c", 20 "start_line": 19, 21 "end_line": 22 22 }, 23 "comment": {} 24 }, 25 { 26 "kind": "function", 27 "name": "open", 28 "type": "int ()", 29 "body": { 30 "file": "source0.c", 31 "start_line": 6, 32 "end_line": 12 33 }, 34 "comment": { 35 "file": "source0.c", 36 "start_line": 6, 37 "end_line": 8 38 } 39 } 40 ] 41 }