MCPcopy
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
getDbFileMethod · 0.95
getDbMethod · 0.95
getDbFilesMethod · 0.95
rebuildDbMethod · 0.95
onUpdatedMethod · 0.95
deleteFilesMethod · 0.95
actionSiteInfoMethod · 0.45
actionFileWriteMethod · 0.45
actionFileDeleteMethod · 0.45
renderWrapperMethod · 0.45

Calls 1

getPathMethod · 0.95

Tested by

no test coverage detected