Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ as_string_view
Method
as_string_view
include/sol/bytecode.hpp:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
using base_t::shrink_to_fit;
91
92
string_view as_string_view() const {
93
return string_view(reinterpret_cast<const char*>(this->data()), this->size());
94
}
95
};
96
97
template <typename Container>
Callers
3
dump.cpp
File · 0.80
main
Function · 0.80
worker_thread
Function · 0.80
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected