MCPcopy Create free account
hub / github.com/Marus/cortex-debug / refreshClicked

Function refreshClicked

resources/rtos.js:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56function refreshClicked() {
57 // Passes a message back to the extension context
58 vscode.postMessage({
59 type: "refresh",
60 body: {}
61 });
62}
63
64// Sets up an event listener to listen for messages passed from the extension context
65// and executes code based on the message that is received

Callers

nothing calls this directly

Calls 1

postMessageMethod · 0.80

Tested by

no test coverage detected