Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ make_flags_str
Function
make_flags_str
tools/project.py:307–310 ·
view source on GitHub ↗
(flags: Optional[List[str]])
Source
from the content-addressed store, hash-verified
305
306
307
def
make_flags_str(flags: Optional[List[str]]) -> str:
308
if
flags is None:
309
return
""
310
return
" "
.join(flags)
311
312
313
# Unit configuration
Callers
4
generate_build_ninja
Function · 0.85
c_build
Function · 0.85
asm_build
Function · 0.85
add_unit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected