MCPcopy Create free account
hub / github.com/cbourke/ComputerScienceII / extract_archive_files

Function extract_archive_files

scripts/codepost/file_utils.py:65–91  ·  view source on GitHub ↗

Extracts files from the given archive file (.tar, .zip), returning a map: { (fullPath,file_name,extension) => fileContents } of all of them according to the config.file_extensions similar to getFiles(path) file_name -- the path/file of the archive file to extract from

(file_name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

get_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected