MCPcopy Create free account
hub / github.com/98teg/NativeDialogs / get_text

Method get_text

src/native_notification.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67String NativeNotification::get_text() {
68 return text;
69}
70
71void NativeNotification::set_icon(Icon p_icon) {
72 ERR_FAIL_INDEX(p_icon, 3);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected