MCPcopy
hub / github.com/RUB-NDS/PRET / update_superblock

Method update_superblock

pcl.py:199–202  ·  view source on GitHub ↗
(self, pclfs)

Source from the content-addressed store, hash-verified

197
198 # update information on virtual file system
199 def update_superblock(self, pclfs):
200 # serialize pclfs dictionary
201 pclfs = json.dumps(pclfs)
202 self.define_macro(c.SUPERBLOCK, pclfs)
203
204 # convert binary data to pcl echo commands
205 def data2echo(self, data):

Callers 2

deleteMethod · 0.95
putMethod · 0.95

Calls 1

define_macroMethod · 0.95

Tested by

no test coverage detected