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

Function unmark_resolving

src/virtual_members/mod.rs:566–568  ·  view source on GitHub ↗

Remove a class from the resolving set when resolution is complete.

(fqn: &str)

Source from the content-addressed store, hash-verified

564
565/// Remove a class from the resolving set when resolution is complete.
566fn unmark_resolving(fqn: &str) {
567 RESOLVING.with(|set| set.borrow_mut().remove(fqn));
568}
569
570// ─── Eager class population ─────────────────────────────────────────────────
571

Callers 1

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected