MCPcopy Index your code
hub / github.com/PaulTaykalo/objc-dependency-visualizer / closeNotification

Function closeNotification

Scripts/ace/keybinding-vim.js:709–713  ·  view source on GitHub ↗
(cm, newVal)

Source from the content-addressed store, hash-verified

707}", "vimMode");
708(function() {
709 function closeNotification(cm, newVal) {
710 if (cm.state.currentNotificationClose)
711 cm.state.currentNotificationClose();
712 cm.state.currentNotificationClose = newVal;
713 }
714
715 CodeMirror.defineExtension("openDialog", function(template, callback, options) {
716 if (this.virtualSelectionMode()) return;

Callers 1

keybinding-vim.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected