MCPcopy Create free account
hub / github.com/kiibohd/controller / get_data

Method get_data

Scan/TestIn/interface.py:47–49  ·  view source on GitHub ↗
( self, path )

Source from the content-addressed store, hash-verified

45 return self.path
46
47 def get_data( self, path ):
48 with io.FileIO( path, 'r' ) as file:
49 return file.read()
50
51class CustomLoader( FileLoader, SourceLoader ):
52 '''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected