MCPcopy Create free account
hub / github.com/Netflix/vmaf / encode_store_path

Method encode_store_path

python/vmaf/config.py:198–199  ·  view source on GitHub ↗
(cls, *components)

Source from the content-addressed store, hash-verified

196
197 @classmethod
198 def encode_store_path(cls, *components):
199 return cls.root_path('workspace', 'result_store_dir', 'encode_store', *components)
200
201 @classmethod
202 def workspace_path(cls, *components):

Callers

nothing calls this directly

Calls 1

root_pathMethod · 0.80

Tested by

no test coverage detected