Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ luaopen_utf8
Function
luaopen_utf8
libraries/AP_Scripting/lua/src/lutf8lib.c:250–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
249
250
LUAMOD_API int luaopen_utf8 (lua_State *L) {
251
luaL_newlib(L, funcs);
252
lua_pushlstring(L, UTF8PATT, sizeof(UTF8PATT)/sizeof(char) - 1);
253
lua_setfield(L, -2,
"charpattern"
);
254
return 1;
255
}
256
Callers
1
create_sandbox
Method · 0.85
Calls
2
lua_pushlstring
Function · 0.85
lua_setfield
Function · 0.85
Tested by
no test coverage detected