MCPcopy Create free account
hub / github.com/Monalissaa/DisenDiff / encode

Method encode

src/custom_modules.py:311–312  ·  view source on GitHub ↗
(self, text, t=None)

Source from the content-addressed store, hash-verified

309 return z
310
311 def encode(self, text, t=None):
312 return self(text, t)
313
314
315if __name__ == "__main__":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected