##// END OF EJS Templates
sparse: use vfs.tryread()...
sparse: use vfs.tryread() vfs.exists() followed by a file read is an anti-pattern because it incurs an extra stat() to test for file presence. vfs.tryread() returns empty string on missing file and avoids the stat().

File last commit:

r32206:c4858385 default
r33296:ee616196 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer