Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ das_text_make_printer
Function
das_text_make_printer
src/misc/daScriptC.cpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
das_text_writer * das_text_make_printer() {
130
return (das_text_writer *) new TextPrinter();
131
}
132
133
das_text_writer * das_text_make_writer() {
134
return (das_text_writer *) new TextWriter();
Callers
15
compile_inline
Function · 0.85
compile_inline
Function · 0.85
compile_inline
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
part1_problem
Function · 0.85
part2_solution
Function · 0.85
main
Function · 0.85
main
Function · 0.85
run_inline_script
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
4
compile_inline
Function · 0.68
compile_inline
Function · 0.68
compile_inline
Function · 0.68
main
Function · 0.68