MCPcopy Create free account
hub / github.com/Sygil-Dev/sygil-webui / read

Method read

scripts/hydrus_api/utils.py:27–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25
26class TextFileLike(T.Protocol):
27 def read(self) -> str:
28 pass
29
30
31def verify_permissions(

Callers 4

loadFunction · 0.45
initFunction · 0.45
suggestion_areaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected