Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ HandleEvent
Method
HandleEvent
LuaDebugger/DAPMessageHandler.cs:940–943 ·
view source on GitHub ↗
(DAPEvent evt)
Source
from the content-addressed store, hash-verified
938
}
939
940
private void HandleEvent(DAPEvent evt)
941
{
942
throw new InvalidOperationException($
"Unsupported DAP event: {evt.@event}"
);
943
}
944
}
945
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected