The function isMissing from LocalFile always returns false because of a typo on the body. Among other things, this causes extensions relying on the isMissing function to operate incorrectly. For example, Graphviz always recreates a new image when rendering a graph from the dot syntax.
I'll open a patch to fix this, but I would like some help/guidance on writing tests for it.