MCPcopy Index your code
hub / github.com/llSourcell/Doctor-Dignity / print

Function print

examples/rest/nodejs/sample_client.js:23–25  ·  view source on GitHub ↗
( str )

Source from the content-addressed store, hash-verified

21};
22
23const print = ( str ) => {
24 process.stdout.write(str);
25};
26
27const newline = () => {
28 print('\n');

Callers 15

newlineFunction · 0.70
sample_client.jsFile · 0.70
git_describe_versionFunction · 0.50
mainFunction · 0.50
_setup_model_pathFunction · 0.50
dump_mlc_chat_configFunction · 0.50
buildFunction · 0.50
build_model_from_argsFunction · 0.50
debug_dump_scriptFunction · 0.50
debug_dump_shaderFunction · 0.50
convert_weightsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected