MCPcopy 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.cppFile · 0.80
mainFunction · 0.80
worker_threadFunction · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected