MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / add

Method add

tools/project.py:792–793  ·  view source on GitHub ↗
(self, obj: Path)

Source from the content-addressed store, hash-verified

790 self.inputs: List[str] = []
791
792 def add(self, obj: Path) -> None:
793 self.inputs.append(serialize_path(obj))
794
795 def output(self) -> Path:
796 if self.module_id == 0:

Callers 8

process_fileFunction · 0.80
c_buildFunction · 0.80
asm_buildFunction · 0.80
add_unitFunction · 0.80
fill_struct_typesFunction · 0.80
import_infoFunction · 0.80
read_symbol_addressesFunction · 0.80

Calls 1

serialize_pathFunction · 0.85

Tested by

no test coverage detected