Note

You are not reading the most recent version of this documentation. 1.4.7 is the latest version available.

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++
PackageReference
Properties:name (String) – The name of the package. This is value contained in package.name in the Coco.toml file.