MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / lua_saveline

Function lua_saveline

src/lua.cpp:491–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490
491static void lua_saveline (const char *line) {
492 if (l_addhist != NULL) /* is there an 'add_history'? */
493 (*l_addhist)(line); /* use it */
494 /* else nothing to be done */
495}
496
497
498static void lua_freeline (char *line) {

Callers 1

loadlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected