MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / log

Method log

src/util.rs:1714–1718  ·  view source on GitHub ↗
(&self, typ: MessageType, message: String)

Source from the content-addressed store, hash-verified

1712 }
1713
1714 pub(crate) async fn log(&self, typ: MessageType, message: String) {
1715 if let Some(client) = &self.client {
1716 client.log_message(typ, message).await;
1717 }
1718 }
1719
1720 // ── Work-done progress helpers ──────────────────────────────────
1721

Callers 7

initializedMethod · 0.80
did_openMethod · 0.80
did_closeMethod · 0.80
formattingMethod · 0.80
init_single_projectMethod · 0.80
init_monorepoMethod · 0.80
init_no_composerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected