Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
const
print = ( str ) => {
24
process.stdout.write(str);
25
};
26
27
const
newline = () => {
28
print(
'\n'
);
Callers
15
newline
Function · 0.70
sample_client.js
File · 0.70
git_describe_version
Function · 0.50
main
Function · 0.50
_setup_model_path
Function · 0.50
dump_mlc_chat_config
Function · 0.50
build
Function · 0.50
build_model_from_args
Function · 0.50
debug_dump_script
Function · 0.50
debug_dump_benchmark_script
Function · 0.50
debug_dump_shader
Function · 0.50
convert_weights
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected