Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
Slice 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
64
NS_DORA_END
65
Callers
5
clipboardGetText
Method · 0.45
getLayerDict
Function · 0.45
queryUnsafe
Method · 0.45
label_get_text
Function · 0.45
buffer_get_text
Function · 0.45
Calls
2
Slice
Class · 0.50
data
Method · 0.45
Tested by
no test coverage detected