Code Index Common Parts

Index

The base schema for all code indexes for all languages.

Properties:
  • language (Language) – The language that the code is being generated for.
  • included_packages (Array[PackageReference]) – The list of packages whose generated code is included in this code index.
Language
Enum:C, C++, C#
PackageReference
Properties:name (String) – The name of the package. This is value contained in package.name in the Coco.toml file.