Home
last modified time | relevance | path

Searched refs:is_tombstoned (Results 1 – 1 of 1) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Dfunction.cpp87 bool is_tombstoned = autoload_tombstones.count(name) > 0; in allow_autoload() local
88 return !has_explicit_func && !is_tombstoned; in allow_autoload()