MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / raw_json_or_empty

Method raw_json_or_empty

scratchattach/site/project.py:359–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

357 return json.load(zipf.open("project.json"))
358
359 def raw_json_or_empty(self):
360 return self.raw_json()
361
362 def creator_agent(self):
363 """

Callers

nothing calls this directly

Calls 1

raw_jsonMethod · 0.95

Tested by

no test coverage detected