MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / isDebugEventMsg

Function isDebugEventMsg

src/notebooks/debugger/helper.ts:187–189  ·  view source on GitHub ↗
(msg: unknown)

Source from the content-addressed store, hash-verified

185}
186
187export function isDebugEventMsg(msg: unknown): msg is IDebugEventMsg {
188 return !!(msg as IDebugEventMsg).header && (msg as IDebugEventMsg).header.msg_type === 'debug_event';
189}

Callers 1

onIOPubMessageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected