MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getText

Method getText

Source/GUI/ImGuiBinding.cpp:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53Slice Buffer::getText() {
54 size_t size = 0;
55 for (auto ch : _data) {
56 if (ch == '\0') {
57 break;
58 }
59 size++;
60 }
61 return Slice(_data.data(), size);
62}
63
64NS_DORA_END
65

Callers 5

clipboardGetTextMethod · 0.45
getLayerDictFunction · 0.45
queryUnsafeMethod · 0.45
label_get_textFunction · 0.45
buffer_get_textFunction · 0.45

Calls 2

SliceClass · 0.50
dataMethod · 0.45

Tested by

no test coverage detected