MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / _msg

Function _msg

scripts/kconfig/menuconfig.py:2950–2953  ·  view source on GitHub ↗
(title, text)

Source from the content-addressed store, hash-verified

2948
2949
2950def _msg(title, text):
2951 # Pops up a message dialog that can be dismissed with Space/Enter/ESC
2952
2953 _key_dialog(title, text, " \n")
2954
2955
2956def _error(text):

Callers 3

_load_dialogFunction · 0.85
_save_dialogFunction · 0.85
_errorFunction · 0.85

Calls 1

_key_dialogFunction · 0.85

Tested by

no test coverage detected