MCPcopy
hub / github.com/timbrel/GitSavvy / flash

Function flash

core/utils.py:90–95  ·  view source on GitHub ↗

Flash status message on view's window.

(view, message)

Source from the content-addressed store, hash-verified

88
89
90def flash(view, message):
91 # type: (sublime.View, str) -> None
92 """ Flash status message on view's window. """
93 window = view.window()
94 if window:
95 window.status_message(message)
96
97
98HIGHLIGHT_REGION_KEY = "GS.flashs.{}"

Callers 15

runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
add_previous_tipMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected