This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"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"} |