MCPcopy Create free account
hub / github.com/YtFlow/Maple / Page_Loaded

Method Page_Loaded

Maple.App/MonacoEditPage.cpp:27–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 fire_and_forget MonacoEditPage::Page_Loaded(IInspectable const&, RoutedEventArgs const&)
28 {
29 try {
30 auto const lifetime{ get_strong() };
31 co_await initializeWebView();
32 }
33 catch (...)
34 {
35 UI::NotifyException(L"Initializing WebView");
36 }
37 }
38 IAsyncAction MonacoEditPage::initializeWebView() {
39 auto const lifetime{ get_strong() };
40 auto const webview = WebView();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected