Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
{"text":"<|fim_prefix|>/**\n * @interface cc1DPluginFeature\n * @brief Plugin for 1D feature extraction and statistical analysis.\n * Registered path: c1d.feature\n */\n <|fim_hole|>interface cc1DPluginFeature {<|fim_suffix|>\n\n /** @return The plugin version string. */\n version(): string;\n /** @return Build informat"}
{"text":"<|fim_prefix|>/**\n * @interface cc1DPluginFeature\n * @brief Plugin for 1D feature extraction and statistical analysis.\n * Registered path: c1d.feature\n */\ninterface cc1DPluginFeature {\n /** @return The plugin version string. */\n <|fim_hole|>version(): string;<|fim_suffix|>\n\n /** @return Build information of the plugin. */\n build_info(): string;\n /** @return The d"}