Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ empty_input
Function
empty_input
src/toposort.rs:450–453 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
448
449
#[test]
450
fn empty_input() {
451
let sorted = toposort_classes(std::iter::empty());
452
assert!(sorted.is_empty());
453
}
454
455
#[test]
456
fn single_class_no_deps() {
Callers
nothing calls this directly
Calls
1
toposort_classes
Function · 0.85
Tested by
no test coverage detected