Skip to content

Instantly share code, notes, and snippets.

@BFergerson
Created August 2, 2018 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BFergerson/eb17b42a7cb77cf0e39adb588069b801 to your computer and use it in GitHub Desktop.
Save BFergerson/eb17b42a7cb77cf0e39adb588069b801 to your computer and use it in GitHub Desktop.
project sub entity
has create_date
has project_name
plays has_defines_file;
file sub entity
has create_date
has file_name
has subkind
has file_location
has qualified_name
plays is_defines_file
plays has_defines_function
plays has_ref
plays has_ref_call;
function sub entity
has create_date
has function_name
plays has_function_references
plays has_function_definitions;
function-instance sub entity
has subkind
has qualified_name
has commit_sha1
has commit_date
plays is_function_definition
plays is_function_reference
plays is_defines_function
plays is_ref
plays is_ref_call
plays has_ref
plays has_ref_call;
function-definitions sub entity
plays is_function_definitions
plays has_function_definition;
function-references sub entity
plays is_function_references
plays has_function_reference;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment