Skip to main content

is_internal_path

Function is_internal_path 

Source
pub fn is_internal_path(pkg: &str) -> bool
Expand description

Whether pkg is a Go-internal package (runtime, internal/*, vendor/*, or compiler-emitted pseudo-paths like type:*).

Shared between FunctionInfo::is_internal and crate::structures::types::GoType::is_internal.