MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / linenoiseSetCompletionCallback

Function linenoiseSetCompletionCallback

tools/shell/linenoise.cpp:1338–1340  ·  view source on GitHub ↗

Register a callback function to be called for tab-completion. */

Source from the content-addressed store, hash-verified

1336
1337/* Register a callback function to be called for tab-completion. */
1338void linenoiseSetCompletionCallback(linenoiseCompletionCallback* fn) {
1339 completionCallback = fn;
1340}
1341
1342/* Register a hits function to be called to show hits to the user at the
1343 * right of the prompt. */

Callers 1

EmbeddedShellMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected