MCPcopy Create free account
hub / github.com/GNOME/gjs / gjs_console_write_repl_history

Function gjs_console_write_repl_history

util/console.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void gjs_console_write_repl_history(const char* path) {
87 if (path) {
88 int err = write_history(path);
89 if (err != 0)
90 g_warning("Could not persist history to defined file %s: %s", path,
91 g_strerror(err));
92 }
93}
94#endif

Callers 2

gjs_console_readlineFunction · 0.85
debugger.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected