MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / dostring

Function dostring

libraries/AP_Scripting/lua/src/lua.c:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250
251static int dostring (lua_State *L, const char *s, const char *name) {
252 return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name));
253}
254
255
256/*

Callers 2

runargsFunction · 0.85
handle_luainitFunction · 0.85

Calls 2

dochunkFunction · 0.85
strlenFunction · 0.85

Tested by

no test coverage detected