Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ isFile
Method
isFile
src/Site/SiteStorage.py:343–344 ·
view source on GitHub ↗
(self, inner_path)
Source
from the content-addressed store, hash-verified
341
342
# File exist
343
def
isFile(self, inner_path):
344
return
os.path.isfile(self.getPath(inner_path))
345
346
# File or directory exist
347
def
isExists(self, inner_path):
Callers
15
__init__
Method · 0.95
getDbFile
Method · 0.95
getDb
Method · 0.95
getDbFiles
Method · 0.95
rebuildDb
Method · 0.95
onUpdated
Method · 0.95
deleteFiles
Method · 0.95
actionSiteInfo
Method · 0.45
actionFileWrite
Method · 0.45
actionFileDelete
Method · 0.45
actionSiteListModifiedFiles
Method · 0.45
renderWrapper
Method · 0.45
Calls
1
getPath
Method · 0.95
Tested by
no test coverage detected