MCPcopy Create free account
hub / github.com/aardappel/lobster / string_view

Method string_view

dev/include/flatbuffers/string.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 // clang-format off
30 #ifdef FLATBUFFERS_HAS_STRING_VIEW
31 flatbuffers::string_view string_view() const {
32 return flatbuffers::string_view(c_str(), size());
33 }
34
35 /* implicit */
36 operator flatbuffers::string_view() const {

Callers 3

RunTCCFunction · 0.80
ToWASMFunction · 0.80
GetStringViewFunction · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected