MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / json_completion_function

Function json_completion_function

src/Chain/libraries/cli/Cli.cpp:989–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987 return cli_impl_instance->json_argument_completion_generator(text, state);
988 }
989 extern "C" char** json_completion_function(const char* text, int start, int end)
990 {
991 return cli_impl_instance->json_completion(text, start, end);
992 }
993 extern "C" int control_c_handler(int count, int key)
994 {
995 std::cout << "\n\ncontrol-c!\n\n";

Callers

nothing calls this directly

Calls 1

json_completionMethod · 0.80

Tested by

no test coverage detected