MCPcopy Create free account
hub / github.com/MariaDB/server / echo

Function echo

win/create_def_file.js:85–88  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

83}
84
85function echo(message)
86{
87 WScript.StdErr.WriteLine(message);
88}
89
90// Extract global symbol names and type from objects
91// Returns string array with symbol names

Callers 3

create_def_file.jsFile · 0.85
CollectSymbolsFunction · 0.85
addToResponseFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected