Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ string_reader_load
Method
string_reader_load
tests/run_time/source/state.cpp:68–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
std::size_t reads;
67
68
string_reader_load(const std::string& s) : str(s), reads(0) {
69
}
70
};
71
72
const char* string_reader(lua_State* L, void* vpstr, size_t* sz) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected