MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / logFileCreated

Function logFileCreated

tools/scripts/generate-tns-compat.ts:103–105  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

101}
102
103function logFileCreated(file: string) {
104 console.log(`CREATED: ${file}`);
105}
106
107function addTestImport(moduleName: string) {
108 testImports.push(moduleName);

Callers 2

processPackageJsonFileFunction · 0.85
createReExportFileFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected