diff options
Diffstat (limited to 'pkg/codesearch/testdata/mm/refs.c.json')
| -rw-r--r-- | pkg/codesearch/testdata/mm/refs.c.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/mm/refs.c.json b/pkg/codesearch/testdata/mm/refs.c.json new file mode 100644 index 000000000..09ac87f98 --- /dev/null +++ b/pkg/codesearch/testdata/mm/refs.c.json @@ -0,0 +1,23 @@ +{ + "definitions": [ + { + "kind": "function", + "name": "ref_in_mm", + "type": "void ()", + "body": { + "file": "mm/refs.c", + "start_line": 3, + "end_line": 6 + }, + "comment": {}, + "refs": [ + { + "kind": "calls", + "entity_kind": "function", + "name": "refs2", + "line": 5 + } + ] + } + ] +}
\ No newline at end of file |
