Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_file
Function · 0.80
c_build
Function · 0.80
asm_build
Function · 0.80
add_unit
Function · 0.80
fill_struct_types
Function · 0.80
import_info
Function · 0.80
read_symbol_addresses
Function · 0.80
create_global_functions
Method · 0.80
Calls
1
serialize_path
Function · 0.85
Tested by
no test coverage detected